Skip to content

Commit

Permalink
Release version 5.0.0-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh Duong committed Jul 31, 2017
1 parent 09c461b commit 5fd480b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

signingConfigs {
release {
keyAlias 'reservator'
keyAlias 'futurice'
// Create your own gradle.properties file and store the passwords there
keyPassword RESERVATOR_KEY_PASSWORD
storePassword RESERVATOR_KEYSTORE_PASSWORD
Expand Down Expand Up @@ -62,13 +62,12 @@ android {
testCoverageEnabled true
}
release {
applicationIdSuffix '.release'
versionNameSuffix '-RELEASE'

signingConfig signingConfigs.release

shrinkResources true
minifyEnabled true
shrinkResources false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">ようこそ、Reservator!</string>
<!--<string name="hello">ようこそ、Reservator!</string>-->
<string name="app_name">Reservator</string>
<string name="get_a_room">会議室を予約しましょう!</string>
<!--<string name="get_a_room">会議室を予約しましょう!</string>-->
<string name="start">開始</string>
<string name="end">終了</string>
<string name="reserve">予約</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources tools:ignore="MissingTranslation" xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Reservator</string>
<string name="start">start</string>
<string name="end">end</string>
Expand Down

0 comments on commit 5fd480b

Please sign in to comment.