Skip to content

Commit

Permalink
jitpack try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantan-kgp committed Jan 20, 2021
1 parent d6c33ef commit 3cf9e39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'maven'

android {
compileSdkVersion 30
Expand Down Expand Up @@ -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()
}
}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
android.useAndroidX=true

0 comments on commit 3cf9e39

Please sign in to comment.