|
|
|
@@ -18,8 +18,8 @@ android {
|
|
|
|
minSdkVersion 21
|
|
|
|
minSdkVersion 21
|
|
|
|
targetSdkVersion Integer.parseInt("$targetSdkVer")
|
|
|
|
targetSdkVersion Integer.parseInt("$targetSdkVer")
|
|
|
|
multiDexEnabled true
|
|
|
|
multiDexEnabled true
|
|
|
|
versionCode 472
|
|
|
|
versionCode 473
|
|
|
|
versionName "1.7.18"
|
|
|
|
versionName "1.7.19"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (props["sign"]) {
|
|
|
|
if (props["sign"]) {
|
|
|
|
@@ -112,15 +112,15 @@ dependencies {
|
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.0'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.0'
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.5.0'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.5.2'
|
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
|
|
|
|
|
|
|
|
|
|
|
// Androidx ktx
|
|
|
|
// Androidx ktx
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.5.0'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.5.1'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
|
|
|
|
|
|
|
|
|
|
|
|
//kotlin
|
|
|
|
//kotlin
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
|
|
|
|
@@ -141,12 +141,11 @@ dependencies {
|
|
|
|
implementation 'com.blacksquircle.ui:language-json:2.1.1'
|
|
|
|
implementation 'com.blacksquircle.ui:language-json:2.1.1'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
buildscript {
|
|
|
|
//buildscript {
|
|
|
|
repositories {
|
|
|
|
// repositories {
|
|
|
|
google()
|
|
|
|
// google()
|
|
|
|
mavenCentral()
|
|
|
|
// mavenCentral()
|
|
|
|
maven { url 'https://maven.google.com' }
|
|
|
|
// maven { url 'https://maven.google.com' }
|
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
|
// maven { url 'https://jitpack.io' }
|
|
|
|
jcenter()
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
//}
|
|
|
|
}
|
|
|
|
|
|
|
|
|