Runt
2022-12-26 549a487148522fa4a459967cd6546e22a315ae52
app/build.gradle
@@ -7,7 +7,7 @@
    defaultConfig {
        applicationId "com.auto.lyric"
        minSdk 21
        minSdk 22
        targetSdk 31
        versionCode 1
        versionName "1.0"
@@ -18,11 +18,13 @@
    buildTypes {
        debug {
            minifyEnabled false
            buildConfigField 'String','HOST_IP_ADDR','"https://test1.mydetao.cn/"'
            resValue "string", "app_name", "歌词工具测试"
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
        release {
            minifyEnabled false
            buildConfigField 'String','HOST_IP_ADDR','"https://test1.mydetao.cn/"'
            resValue "string", "app_name", "歌词工具"
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
@@ -45,7 +47,7 @@
dependencies {
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'androidx.appcompat:appcompat:1.3.1'
    implementation 'com.google.android.material:material:1.3.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'