Skip to content

Commit f60b7a6

Browse files
committed
changed version name
updated translations
1 parent a07ad7d commit f60b7a6

File tree

29 files changed

+15
-12
lines changed

29 files changed

+15
-12
lines changed

Diff for: app/build.gradle

+12-10
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ repositories {
66
maven { url "http://dl.bintray.com/dasar/maven" }
77
}
88

9+
project.ext.supportLib = "24.1.1"
10+
911
android {
1012
compileSdkVersion 24
11-
buildToolsVersion '24'
13+
buildToolsVersion "24.0.1"
1214
defaultConfig {
1315
applicationId "org.horaapps.leafpic"
1416
minSdkVersion 19
1517
targetSdkVersion 24
16-
versionName "v0.5.9"
17-
versionCode 12
18+
versionName "v0.6-beta-1"
19+
versionCode 13
1820
}
1921
lintOptions {
2022
disable 'MissingTranslation'
@@ -53,13 +55,13 @@ android {
5355

5456
dependencies {
5557
compile fileTree(include: ['*.jar'], dir: 'libs')
56-
compile 'com.android.support:appcompat-v7:24.1.1'
57-
compile 'com.android.support:cardview-v7:24.1.1'
58-
compile 'com.android.support:recyclerview-v7:24.1.1'
59-
compile 'com.android.support:design:24.1.1'
60-
compile 'com.android.support:palette-v7:24.1.1'
61-
compile 'com.android.support:customtabs:24.1.1'
62-
compile 'com.android.support:support-v4:24.1.1'
58+
compile "com.android.support:appcompat-v7:$supportLib"
59+
compile "com.android.support:cardview-v7:$supportLib"
60+
compile "com.android.support:recyclerview-v7:$supportLib"
61+
compile "com.android.support:design:$supportLib"
62+
compile "com.android.support:palette-v7:$supportLib"
63+
compile "com.android.support:customtabs:$supportLib"
64+
compile "com.android.support:support-v4:$supportLib"
6365
compile 'com.github.bumptech.glide:glide:3.7.0'
6466
compile 'com.koushikdutta.ion:ion:2.1.7'
6567
compile 'com.mikepenz:iconics-core:2.8.1@aar'

Diff for: app/src/main/res/values-tr-TR/strings.xml renamed to app/src/main/res/values-tr-rTR/strings.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ bu bizim ilk uygulamamız, bu nedenle sizlerin geri dönüşlerinden çok şey
167167
<string name="address_copied">Adres panoya kopyalandı</string>
168168
<string name="coming_soon">Pek Yakında!</string>
169169
<string name="google_takes">Google her bağıştan %30 pay alır.</string>
170-
<string name="paypal_text">Saniyeler içinde masraf olmadan bize para göndermek için izin verin bana,
170+
<string name="paypal_text">Saniyeler içinde masraf olmadan bize para göndermek için izin verin bana,
171171
Eğer kullandığınız kredi kartı PayPal ise bağış 0,35€ ve %4 standart bir ücret alıyor </string>
172172
<!--ABOUT STRINGS-->
173173
<string name="about">Hakkında</string>
@@ -187,7 +187,8 @@ Eğer kullandığınız kredi kartı PayPal ise bağış 0,35€ ve %4 standart
187187
<string name="send_email">E-POSTA GÖNDER</string>
188188
<string name="send_mail_error">Kurulu e-posta istemcisi yok.</string>
189189
<string name="about_special_thanks">Teşekkürler</string>
190-
<string name="about_special_thanks_patryk_goworowski_sub"><a href="https://plus.google.com/109304801957014561872/about"> Patryk Goworowski\'ye muhteşem simge için. </string>
190+
<string name="about_special_thanks_patryk_goworowski_sub"><a
191+
href="https://plus.google.com/109304801957014561872/about"> Patryk Goworowski\'ye muhteşemsimge için.</a></string>
191192
<string name="about_special_thanks_members_sub">
192193
tüm çeviriler için Crowdin topluluğuna </string>
193194
<string name="about_special_thanks_you_sub">

0 commit comments

Comments
 (0)