|
@@ -7,11 +7,11 @@ apply plugin: 'kotlin-android-extensions'
|
|
|
apply plugin: 'kotlin-kapt'
|
|
apply plugin: 'kotlin-kapt'
|
|
|
|
|
|
|
|
android {
|
|
android {
|
|
|
- compileSdkVersion 28
|
|
|
|
|
|
|
+ compileSdkVersion 29
|
|
|
defaultConfig {
|
|
defaultConfig {
|
|
|
applicationId "com.sduduzog.slimlauncher"
|
|
applicationId "com.sduduzog.slimlauncher"
|
|
|
minSdkVersion 16
|
|
minSdkVersion 16
|
|
|
- targetSdkVersion 28
|
|
|
|
|
|
|
+ targetSdkVersion 29
|
|
|
versionCode 38
|
|
versionCode 38
|
|
|
versionName "2.3.3"
|
|
versionName "2.3.3"
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
@@ -44,7 +44,7 @@ dependencies {
|
|
|
// Support Libraries
|
|
// Support Libraries
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2'
|
|
implementation 'androidx.appcompat:appcompat:1.0.2'
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
|
implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
|
|
- implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1'
|
|
|
|
|
|
|
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
|
|
|
|
|
|
|
// Arch Components
|
|
// Arch Components
|
|
|
implementation 'androidx.core:core-ktx:1.2.0-alpha02'
|
|
implementation 'androidx.core:core-ktx:1.2.0-alpha02'
|