Dependencies, Android Studio 3.5.3

This commit is contained in:
Aleksander Nowakowski
2020-01-27 13:22:39 +01:00
parent 58c70cbf9a
commit c1c9480725
5 changed files with 17 additions and 23 deletions

View File

@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
resConfigs "en"
@@ -16,12 +16,10 @@ android {
buildTypes {
debug {
minifyEnabled true
useProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled true
useProguard true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}