|
@@ -1,14 +1,14 @@
|
|
apply plugin: 'com.android.application'
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
android {
|
|
android {
|
|
- compileSdkVersion 31
|
|
|
|
|
|
+ compileSdkVersion 33
|
|
|
|
|
|
defaultConfig {
|
|
defaultConfig {
|
|
applicationId "me.yoqi.android.netauth"
|
|
applicationId "me.yoqi.android.netauth"
|
|
minSdkVersion 15
|
|
minSdkVersion 15
|
|
- targetSdkVersion 29
|
|
|
|
- versionCode 1
|
|
|
|
- versionName "1.0"
|
|
|
|
|
|
+ targetSdkVersion 33
|
|
|
|
+ versionCode 10001
|
|
|
|
+ versionName "1.0.1"
|
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
}
|
|
}
|
|
@@ -23,10 +23,12 @@ android {
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
- implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
|
- implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
|
|
|
|
- testImplementation 'junit:junit:4.12'
|
|
|
|
- androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
|
|
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
|
|
|
|
+
|
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.5.0'
|
|
|
|
+ implementation 'com.google.android.material:material:1.6.1'
|
|
|
|
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
|
+ testImplementation 'junit:junit:4.13.2'
|
|
|
|
+ androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
|
|
|
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
|
|
|
|
|
}
|
|
}
|