|
|
|
|
@ -16,7 +16,7 @@ android {
|
|
|
|
|
minSdkVersion 21
|
|
|
|
|
targetSdkVersion 29
|
|
|
|
|
versionCode gitCommits
|
|
|
|
|
versionName '0.5-rc3'
|
|
|
|
|
versionName '0.5'
|
|
|
|
|
|
|
|
|
|
kapt {
|
|
|
|
|
arguments {
|
|
|
|
|
@ -65,7 +65,7 @@ dependencies {
|
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.2.0-alpha06'
|
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.3.0-alpha06'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-alpha05'
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta7'
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8'
|
|
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha04'
|
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-alpha01'
|
|
|
|
|
@ -85,8 +85,8 @@ dependencies {
|
|
|
|
|
implementation 'com.github.moxy-community:moxy-ktx:2.1.2'
|
|
|
|
|
kapt 'com.github.moxy-community:moxy-compiler:2.1.2'
|
|
|
|
|
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
|
|
|
|
implementation 'com.squareup.okio:okio:2.6.0'
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.8.0'
|
|
|
|
|
implementation 'com.squareup.okio:okio:2.7.0'
|
|
|
|
|
implementation 'org.jsoup:jsoup:1.13.1'
|
|
|
|
|
|
|
|
|
|
implementation 'org.koin:koin-android:2.1.5'
|
|
|
|
|
|