xiongzhu hace 10 meses
padre
commit
e9ade4d8da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -26,7 +26,7 @@ android {
         targetSdk 34
         versionCode 170
         versionName "1.0.1"
-        archivesBaseName = "modifier-${versionCode}"
+        archivesBaseName = "${applicationId}-${versionCode}"
 
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         javaCompileOptions {