Runt
2022-06-04 a046d5a804d6842796a718fba4e98c3259340a60
app/build.gradle
@@ -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'
        }