hch
2024-08-14 2c8ad576f34fce45ede53e8e85bd92d5dc5cf79b
SdkProject/app/build.gradle
@@ -3,17 +3,16 @@
}
android {
    compileSdkVersion 29
    compileSdkVersion 30
    buildToolsVersion "30.0.2"
    defaultConfig {
        applicationId "com.secondworld.demo"
        applicationId "com.shg.sg349"
        minSdkVersion 21
        targetSdkVersion 29
        targetSdkVersion 30
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
//        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
@@ -29,12 +28,10 @@
}
dependencies {
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'com.google.android.material:material:1.2.1'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation project(path: ':library')
    testImplementation 'junit:junit:4.+'
    androidTestImplementation 'androidx.test.ext:junit:1.1.2'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
    implementation 'androidx.annotation:annotation:1.0.0'
    androidTestImplementation 'junit:junit:4.13.1'
    implementation('androidx.appcompat:appcompat:1.0.0') {
        force = true
    }
}