diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 99fe07ec..f23716ec 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -35,13 +35,13 @@ Açık Kopyalanan link Açmak için tıklayın… - Like the app? - If you enjoy Open Link With, would you mind taking a minute to rate it? Thanks for the support! - Feedback? - Would you like to give me more details? - Feedback for Open Link With - Rate - Please find “Rate this app” section in Play Store to give a rating.\n\nThanks for the support! 🎉 + Uygulamayı beğendiniz mi? + Open Link With\'i beğeniyorsanız, oy vermek için bir dakikanızı rica edebilir miyim? Destek için teşekkürler! + Öneri? + Şikayetinizle ilgili biraz ayrıntı verebilir misiniz? + Open Link With için Öneri + Oy Ver + Oy vermek için, lütfen Play Store uygulamasında ilgili alanı bulun.\n\nDesteğiniz için teşekkürler! 🎉 Gelişmiş Uygulama Özellikleri Bazı özellikleri aç/kapa diff --git a/build.gradle b/build.gradle index d35ecfda..b6b61976 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { def versionMajor = 2 def versionMinor = 5 - def versionBuild = 2 + def versionBuild = 3 ext.versions = [ compileSdk : 28, @@ -14,7 +14,7 @@ buildscript { dagger : '2.19', lifecycle : '2.0.0', - kotlin : '1.3.0', + kotlin : '1.3.10', okHttp : '3.11.0', room : '2.0.0', ] @@ -24,7 +24,6 @@ buildscript { google() mavenCentral() jcenter() - maven { url 'https://novoda.bintray.com/snapshots' } if (isPlay) { maven { url 'https://maven.fabric.io/public' } }