escaping some apostrophes + updating gradle

This commit is contained in:
tibbi 2018-10-17 22:34:51 +02:00
parent 6c134af1ef
commit 850c842ae7
4 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@
<!-- FAQ -->
<string name="faq_1_title">Şəkli hansı keyfiyyətdə yaddaşa salmalıyam?</string>
<string name="faq_1_text">Ümumiyyətlə, özünüzdən asılıdır. Gündəlik istifadə üçün çoxları 75%-80%\'i tövsiyyə edir, hansı ki, bu parametrdə şəkil hələ də yaxşı görünür, amma fayl ölçüsü 100%'ə nəzərən kiçilmişdir.</string>
<string name="faq_1_text">Ümumiyyətlə, özünüzdən asılıdır. Gündəlik istifadə üçün çoxları 75%-80%\'i tövsiyyə edir, hansı ki, bu parametrdə şəkil hələ də yaxşı görünür, amma fayl ölçüsü 100%\'ə nəzərən kiçilmişdir.</string>
<!-- Settings -->
<string name="save_photos">Şəkil və videoları burda saxla</string>

View File

@ -6,7 +6,7 @@
<string name="camera_open_error">Impossibile accedere alla fotocamera</string>
<string name="video_creating_error">Impossibile creare file video</string>
<string name="video_mode_error">Impossibile passare alla modalità video</string>
<string name="save_error_internal_storage">C'è stato un errore, la cartella di salvataggio è stata spostata nella memoria interna</string>
<string name="save_error_internal_storage">C\'è stato un errore, la cartella di salvataggio è stata spostata nella memoria interna</string>
<string name="camera_switch_error">Impossibile cambiare fotocamera</string>
<string name="click_to_resume_preview">Fare click sull\'immagine per riprendere l\'anteprima</string>
<string name="photo_not_saved">Impossibile salvare la fotografia</string>

View File

@ -4,12 +4,12 @@ buildscript {
ext.kotlin_version = '1.2.60'
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
@ -19,8 +19,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

View File

@ -1,6 +1,6 @@
#Sat Mar 11 21:57:12 CET 2017
#Wed Oct 17 22:31:00 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip