hch
2021-01-12 74f7bec0d7bb0b9492a4b6ac8d55a403ae492400
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")
        }
    }
}