session-android-service is merged under the "service" module.

This commit is contained in:
Anton Chekulaev
2020-11-24 15:22:02 +11:00
parent 9052431bf8
commit 1c5e62a2de
358 changed files with 103885 additions and 25 deletions

View File

@@ -7,9 +7,9 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.1"
classpath files('libs/gradle-witness.jar')
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "com.google.gms:google-services:4.3.3"
classpath files('libs/gradle-witness.jar')
}
}
@@ -56,4 +56,10 @@ allprojects {
jcenter()
maven { url "https://jitpack.io" }
}
project.ext {
androidBuildToolsVersion = '29.0.3'
androidCompileSdkVersion = 29
androidMinSdkVersion = 21
}
}