Skip to content

Commit

Permalink
Version code changed to 3, version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonjuni committed Nov 17, 2016
1 parent d7e6390 commit f5a8fd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 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.torchlight2'
minSdkVersion 16
targetSdkVersion 25
versionCode 2
versionName "1.9"
versionCode 3
versionName "1.2"
}
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
Expand Up @@ -29,5 +29,5 @@
<string name="welcome">Willkommen</string>
<string name="welcome_text">Drücke auf den Taschenlampen-Knopf um die Taschanlampe an und aus zu schalten.</string>
<string name="privacy_friendly">Diese App gehört zur Gruppe der Privacy Friendly Apps entwickelt von der Technischen Universität Darmstadt. Quelltext lizenziert unter GPLv3. Bilder copyright TU Darmstadt und Google Inc.</string>
<string name="version_number">Version 1.9</string>
<string name="version_number">Version 1.2</string>
</resources>
9 changes: 3 additions & 6 deletions app/src/main/res/values-en-rUS/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<string name="action_help">Help</string>
<string name="action_about">About</string>
<string name="welcome">Welcome</string>
<string name="navigation_drawer_open" translatable="false">open</string>
<string name="navigation_drawer_close" translatable="false">close</string>

<!--###HELP###-->
<string name="help">General</string>
Expand All @@ -27,14 +25,13 @@

<!--###ABOUT###-->
<string name="about">About</string>
<string name="version_number">Version 1.9</string>
<string name="version_number">Version 1.2</string>
<string name="about_author">Authors: </string>
<string name="about_author_names" translatable="false">Philipp Rack</string>

<string name="about_author_contributors">and contributors.</string>
<string name="about_affiliation">In affiliation with</string>
<string name="privacy_friendly">This application belongs to the Privacy Friendly Apps group developed by Technische Universität Darmstadt. Sourcecode licensed under GPLv3. Images copyright TU Darmstadt and Google Inc.</string>
<string name="more_info">More information can be found on:</string>
<string name="github" translatable="false"><a href="https://github.com/SecUSo/privacy-friendly-torchlight">Github-Repo</a></string>
<string name="url" translatable="false"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>

<string name="welcome_text">Click the flashlight button to toggle your phone\'s light on and off.</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<!--###ABOUT###-->
<string name="about">About</string>
<string name="version_number">Version 1.9</string>
<string name="version_number">Version 1.2</string>
<string name="about_author">Authors: </string>
<string name="about_author_names" translatable="false">Philipp Rack</string>
<string name="about_author_contributors">and contributors.</string>
Expand Down

0 comments on commit f5a8fd3

Please sign in to comment.