From 3cf9e39a4e49af4b4cde07d9954649892b5af514 Mon Sep 17 00:00:00 2001 From: SayantanRC Date: Wed, 20 Jan 2021 17:55:14 +0530 Subject: [PATCH] jitpack try 4 --- build.gradle | 7 +++++++ gradle.properties | 1 + 2 files changed, 8 insertions(+) create mode 100644 gradle.properties diff --git a/build.gradle b/build.gradle index 2eaf2f8..90ce019 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' +apply plugin: 'maven' android { compileSdkVersion 30 @@ -37,4 +38,10 @@ buildscript { classpath 'com.android.tools.build:gradle:4.1.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } +} +allprojects { + repositories { + google() + jcenter() + } } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..5bac8ac --- /dev/null +++ b/gradle.properties @@ -0,0 +1 @@ +android.useAndroidX=true