sirekanyan 8 лет назад
Родитель
Сommit
252c3f2178
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

@@ -11,6 +11,7 @@ android {
         targetSdkVersion 27
         versionCode 2
         versionName "0.1.1"
+        archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }
     compileOptions {