Skip to content

Commit

Permalink
Corrected About Text and increased Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamuno committed Sep 6, 2018
1 parent e578a48 commit d7a5edb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.secuso.privacyfriendlypausinghealthily"
minSdkVersion 21
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
vectorDrawables.useSupportLibrary = true
}
lintOptions {
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 @@ -91,7 +91,7 @@
<string name="about_author_contributors">%s und Mitwirkende</string>
<string name="about_affiliation">In Zusammenarbeit mit</string>
<string name="more_info">Mehr Information finden Sie hier:</string>
<string name="privacy_friendly">Diese Applikation gehört der Gruppe von Privacy Friendly Apps, entwickelt von der Technische Universität Darmstadt. Quellcode lizenziert unter GPLv3. Bilder Copyright TU Darmstadt und Google Inc.</string>
<string name="privacy_friendly">Diese Applikation gehört der Gruppe von Privacy Friendly Apps, entwickelt von dem Karlsruher Institut für Technologie (KIT). Quellcode lizenziert unter GPLv3. Bilder Copyright KIT und Google Inc.</string>

<!-- Help -->
<string name="help_whatis">Was ist Privacy Friendly Aktive Pause?</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
<string name="about_author_contributors">%s and contributors.</string>
<string name="about_affiliation">In affiliation with</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-break-reminder">Github-Repo</a></string>
<string name="github" translatable="false"><a href="https://github.com/SecUSo/privacy-friendly-pausing-healthily">Github-Repo</a></string>
<string name="url" translatable="false"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>
<string name="privacy_friendly">This application belongs to the group of Privacy Friendly Apps developed by Technische Universität Darmstadt. Sourcecode licensed under GPLv3. Images copyright TU Darmstadt and Google Inc.</string>
<string name="privacy_friendly">This application belongs to the group of Privacy Friendly Apps developed by Karlsruhe Institute of Technology (KIT). Sourcecode licensed under GPLv3. Images copyright KIT and Google Inc.</string>

<!-- Help -->
<string name="help_whatis">What is Privacy Friendly Pausing Healthily?</string>
Expand Down

0 comments on commit d7a5edb

Please sign in to comment.