|
@@ -19,7 +19,7 @@ android {
|
|
|
|
|
|
defaultConfig {
|
|
defaultConfig {
|
|
applicationId "me.yoqi.android.appmanager"
|
|
applicationId "me.yoqi.android.appmanager"
|
|
- minSdkVersion 15
|
|
|
|
|
|
+ minSdkVersion 16
|
|
targetSdkVersion 29
|
|
targetSdkVersion 29
|
|
versionCode 2
|
|
versionCode 2
|
|
versionName "1.0.1"
|
|
versionName "1.0.1"
|
|
@@ -40,6 +40,7 @@ dependencies {
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
|
|
|
+
|
|
testImplementation 'junit:junit:4.12'
|
|
testImplementation 'junit:junit:4.12'
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|