hch
2021-09-17 d255507e6686779f1a0e33d03d8e28094ecdead9
Project/mr_sdk/build.gradle
@@ -2,12 +2,12 @@
android {
    compileSdkVersion 22
    compileSdkVersion 26
    defaultConfig {
        //applicationId "com.secondworld.univeralsdk"
        minSdkVersion 16
        targetSdkVersion 22
        minSdkVersion 18
        targetSdkVersion 26
        versionCode 1
        versionName "1.1.0"
    }
@@ -32,6 +32,7 @@
            manifestPlaceholders.put("Mr_ADID", "_2417")
            manifestPlaceholders.put("Mr_PLATFORM", "_mrgame")
            manifestPlaceholders.put("Mr_GAME_ID", "_498")
//            manifestPlaceholders.put("Mr_GAME_ID", "_559")
        }
    }
}