Skip to content

Commit

Permalink
Target Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonjuni committed Dec 21, 2016
1 parent 81bae5f commit 3ffc967
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Further development requires Android Studio, we recommend to use at least versio
Further development requires Android Studio.

Mininum SDK: 15
Target SDK: 21
Target SDK: 23

This app uses the help of the ZXing Projekt (https://github.com/zxing).

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion '23.0.3'
defaultConfig {
applicationId 'com.secuso.privacyFriendlyCodeScanner'
minSdkVersion 15
minSdkVersion 17
targetSdkVersion 23
versionCode 8
versionName "1.6"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,4 @@
<string name="welcome">Wilkommen</string>
<string name="okay">Okay</string>
<string name="viewhelp">Hilfe zeigen</string>
<string name="main_button_welcomedialog">Zeige Begrüßung</string>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,4 @@
<string name="welcome">ようこそ</string>
<string name="okay">OK</string>
<string name="viewhelp">ヘルプを表示</string>
<string name="main_button_welcomedialog">ようこそを表示</string>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,4 @@
<string name="welcome">Welcome</string>
<string name="okay">Okay</string>
<string name="viewhelp">View Help</string>
<string name="main_button_welcomedialog">Show Welcome</string>
</resources>

0 comments on commit 3ffc967

Please sign in to comment.