Skip to content

Commit

Permalink
v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tateisu committed Mar 20, 2017
1 parent 0794bcf commit 71f88c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "jp.juggler.fadownloader"
minSdkVersion 14
targetSdkVersion 25
versionCode 14
versionName "1.9"
versionCode 15
versionName "1.10"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@
<string name="log_collection_progress">ログファイルの準備中…</string>
<string name="target_type_pqi_air_card">PQI Air Card</string>
<string name="target_type_pqi_air_card_tether">PQI Air Card (テザリング)</string>
<string name="download_complete_notification">%1$dファイルをダウンロードしました</string>
</resources>

0 comments on commit 71f88c8

Please sign in to comment.