cloudroam
2 天以前 9755d9eefb12f95fa45c785e526038e10c9c7115
app/build.gradle
@@ -15,8 +15,8 @@
    compileSdk 34
    defaultConfig {
        applicationId "com.cloudroam.smsManager"
//        applicationId "com.example.firstapp"
//        applicationId "com.cloudroam.smsManager"
        applicationId "com.example.firstapp"
//        applicationId "net.sourceforge.simcpux"
        minSdk 24
        targetSdk 34
@@ -28,7 +28,7 @@
    signingConfigs {
        release {
            storeFile file('../keystore/sms-manager2.jks')
            storeFile file('../keystore/sms-manager3.jks')
            storePassword 'Cloudroam!@#123'
            keyAlias 'sm'
            keyPassword 'Cloudroam!@#123'
@@ -280,6 +280,7 @@
    implementation 'com.github.castorflex:SmoothProgressBar:1.1.0'
    api 'com.tencent.mm.opensdk:wechat-sdk-android:+'
//    api 'com.tencent.mm.opensdk:wechat-sdk-android:+'
    implementation("com.tencent.mm.opensdk:wechat-sdk-android:6.8.28")
}