Skip to content

Commit

Permalink
Merge pull request #42 from rumboalla/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rumboalla authored Mar 17, 2017
2 parents 73a0fbb + 7550af4 commit 12daf7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 64 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 "com.apkupdater"
minSdkVersion 9
targetSdkVersion 25
versionCode 12
versionName "1.4.2"
versionCode 13
versionName "1.4.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
applicationVariants.all {
Expand Down
58 changes: 0 additions & 58 deletions app/src/main/res/values-tr/strings.xml

This file was deleted.

8 changes: 4 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
<string name="num_threads_ten" translatable="false">10</string>
<string name="action_ignore_app">IGNORE</string>
<string name="action_unignore_app">UNIGNORE</string>
<string name="action_apkmirror">APKMIRROR</string>
<string name="action_apkpure">APKPURE</string>
<string name="action_uptodown">UPTODOWN</string>
<string name="action_evozi">EVOZI</string>
<string name="action_apkmirror" translatable="false">APKMIRROR</string>
<string name="action_apkpure" translatable="false">APKPURE</string>
<string name="action_uptodown" translatable="false">UPTODOWN</string>
<string name="action_evozi" translatable="false">EVOZI</string>
</resources>

0 comments on commit 12daf7f

Please sign in to comment.