Skip to content

Commit

Permalink
changed version name
Browse files Browse the repository at this point in the history
updated translations
  • Loading branch information
dnldsht committed Oct 9, 2016
1 parent a07ad7d commit f60b7a6
Show file tree
Hide file tree
Showing 29 changed files with 15 additions and 12 deletions.
22 changes: 12 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ repositories {
maven { url "http://dl.bintray.com/dasar/maven" }
}

project.ext.supportLib = "24.1.1"

android {
compileSdkVersion 24
buildToolsVersion '24'
buildToolsVersion "24.0.1"
defaultConfig {
applicationId "org.horaapps.leafpic"
minSdkVersion 19
targetSdkVersion 24
versionName "v0.5.9"
versionCode 12
versionName "v0.6-beta-1"
versionCode 13
}
lintOptions {
disable 'MissingTranslation'
Expand Down Expand Up @@ -53,13 +55,13 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:palette-v7:24.1.1'
compile 'com.android.support:customtabs:24.1.1'
compile 'com.android.support:support-v4:24.1.1'
compile "com.android.support:appcompat-v7:$supportLib"
compile "com.android.support:cardview-v7:$supportLib"
compile "com.android.support:recyclerview-v7:$supportLib"
compile "com.android.support:design:$supportLib"
compile "com.android.support:palette-v7:$supportLib"
compile "com.android.support:customtabs:$supportLib"
compile "com.android.support:support-v4:$supportLib"
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.koushikdutta.ion:ion:2.1.7'
compile 'com.mikepenz:iconics-core:2.8.1@aar'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ bu bizim ilk uygulamamız, bu nedenle sizlerin geri dönüşlerinden çok şey
<string name="address_copied">Adres panoya kopyalandı</string>
<string name="coming_soon">Pek Yakında!</string>
<string name="google_takes">Google her bağıştan %30 pay alır.</string>
<string name="paypal_text">Saniyeler içinde masraf olmadan bize para göndermek için izin verin bana,
<string name="paypal_text">Saniyeler içinde masraf olmadan bize para göndermek için izin verin bana,
Eğer kullandığınız kredi kartı PayPal ise bağış 0,35€ ve %4 standart bir ücret alıyor </string>
<!--ABOUT STRINGS-->
<string name="about">Hakkında</string>
Expand All @@ -187,7 +187,8 @@ Eğer kullandığınız kredi kartı PayPal ise bağış 0,35€ ve %4 standart
<string name="send_email">E-POSTA GÖNDER</string>
<string name="send_mail_error">Kurulu e-posta istemcisi yok.</string>
<string name="about_special_thanks">Teşekkürler</string>
<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>
<string name="about_special_thanks_patryk_goworowski_sub"><a
href="https://plus.google.com/109304801957014561872/about"> Patryk Goworowski\'ye muhteşemsimge için.</a></string>
<string name="about_special_thanks_members_sub">
tüm çeviriler için Crowdin topluluğuna </string>
<string name="about_special_thanks_you_sub">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f60b7a6

Please sign in to comment.