isundil 7 years ago
parent
commit
608393f824
2 changed files with 7 additions and 7 deletions
  1. 6 6
      app/build.gradle
  2. 1 1
      app/src/main/res/values/strings.xml

+ 6 - 6
app/build.gradle

@@ -3,19 +3,19 @@ apply plugin: 'com.android.application'
 android {
     signingConfigs {
         release {
-            keyAlias 'knacki.info'
-            keyPassword 'android'
-            storeFile file('Z:/androidKey.gpg')
-            storePassword 'android'
+            keyAlias 'key0'
+            keyPassword 'xx'
+            storeFile file('Z:/keys/androidKey.gpg')
+            storePassword 'xx'
         }
     }
     compileSdkVersion 28
     defaultConfig {
-        applicationId "info.knacki.pass2"
+        applicationId "info.knacki.pass"
         minSdkVersion 15
         targetSdkVersion 28
         versionCode 1
-        versionName "1.0"
+        versionName "1.0.1"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         vectorDrawables.useSupportLibrary = true
         signingConfig signingConfigs.release

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -1,5 +1,5 @@
 <resources>
-    <string name="app_name" translatable="false">pass 1.1</string>
+    <string name="app_name" translatable="false">pass</string>
     <string-array name="pref_vcs_list_values">
         <item>0</item>
     </string-array>