x1ongzhu před 1 rokem
rodič
revize
6ef44d2a58
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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"
     }