|
@@ -12,8 +12,8 @@ android {
|
|
|
applicationId "com.sduduzog.slimlauncher"
|
|
applicationId "com.sduduzog.slimlauncher"
|
|
|
minSdkVersion 15
|
|
minSdkVersion 15
|
|
|
targetSdkVersion 28
|
|
targetSdkVersion 28
|
|
|
- versionCode 15
|
|
|
|
|
- versionName "1.3.0"
|
|
|
|
|
|
|
+ versionCode 16
|
|
|
|
|
+ versionName "2.0.0"
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
vectorDrawables.useSupportLibrary = true
|
|
vectorDrawables.useSupportLibrary = true
|
|
|
}
|
|
}
|
|
@@ -68,5 +68,5 @@ dependencies {
|
|
|
androidTestImplementation "androidx.arch.core:core-testing:2.0.0"
|
|
androidTestImplementation "androidx.arch.core:core-testing:2.0.0"
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-intents:3.0.2'
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-intents:3.0.2'
|
|
|
- implementation 'com.android.support.constraint:constraint-layout:1.1.0'
|
|
|
|
|
|
|
+ implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
|
|
}
|
|
}
|