Skip to content

Commit

Permalink
changed versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
p-rack committed Oct 21, 2015
1 parent 2e1db84 commit 57c78b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.secuso.torchlight"
minSdkVersion 14
targetSdkVersion 21
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">Taschenlampe</string>

<string name="version_number">Version 1.0</string>
<string name="version_number">Version 1.1</string>

<string name="no_flash">Dieses Gerät besitzt kein Kameralicht.</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,7 +1,7 @@
<resources>
<string name="app_name">Torchlight</string>

<string name="version_number">Version 1.0</string>
<string name="version_number">Version 1.1</string>

<string name="no_flash">This device does not have a flash light.</string>

Expand Down

0 comments on commit 57c78b9

Please sign in to comment.