Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
version 1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RENAUD-GOUD Arnaud committed May 28, 2016
1 parent 2df235e commit f5e07da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "net.etuldan.sparss"
minSdkVersion 15
targetSdkVersion 23
versionCode 72
versionName "1.11.5"
versionCode 73
versionName "1.11.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
5 changes: 3 additions & 2 deletions mobile/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources><string name="app_name">spaRSS</string>
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="en">
<string name="app_name">spaRSS</string>
<string name="about_spaRSS">spaRSS Hakkında</string>
<string name="welcome_title">spaRSS\'ye hoşgeldin. Yeni bir besleme eklemek ister misin ?</string>
<string name="menu_settings">Ayarlar</string>
Expand All @@ -10,4 +11,4 @@
<string name="context_menu_delete">Sil</string>
<string name="context_menu_edit">Düzenle</string>
<string name="passwordhttpAuth">Parola</string>
</resources>
</resources>

0 comments on commit f5e07da

Please sign in to comment.