Sync translation

This commit is contained in:
h4h13 2019-04-10 16:01:47 +05:30
parent 6eb59f6af3
commit 268b4e7af1
14 changed files with 1139 additions and 445 deletions

View file

@ -29,11 +29,11 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation "androidx.core:core-ktx:+"
implementation 'androidx.core:core-ktx:1.1.0-alpha05'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {