소스 검색

spoof carrierId

x1ongzhu 1 년 전
부모
커밋
6ef44d2a58
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"
     }