gradle fixes

This commit is contained in:
X1nto 2020-07-27 16:33:39 +04:00
parent dff948a05a
commit 54280d7412
2 changed files with 4 additions and 5 deletions

View File

@ -37,6 +37,5 @@ android {
dependencies {
api project(':play-services-basement')
api project(':play-services-base-api')
}

View File

@ -26,13 +26,13 @@ String getMyVersionName() {
}
android {
compileSdkVersion androidCompileSdk()
compileSdkVersion androidCompileSdk
buildToolsVersion "$androidBuildVersionTools"
defaultConfig {
versionName getMyVersionName()
minSdkVersion androidMinSdk()
targetSdkVersion androidTargetSdk()
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
compileOptions {