Explorar el Código

spoof carrierId

x1ongzhu hace 1 año
padre
commit
6ef44d2a58
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

@@ -12,6 +12,7 @@ android {
         targetSdk 34
         versionCode 2
         versionName "1.0.1"
+        archivesBaseName = "${applicationId}-${versionName}(${versionCode})"
 
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }