|
|
|
@ -13,8 +13,8 @@ android {
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
minSdkVersion 21
|
|
|
|
minSdkVersion 21
|
|
|
|
targetSdkVersion 30
|
|
|
|
targetSdkVersion 30
|
|
|
|
versionCode 365
|
|
|
|
versionCode 366
|
|
|
|
versionName '1.1'
|
|
|
|
versionName '1.1.1'
|
|
|
|
|
|
|
|
|
|
|
|
kapt {
|
|
|
|
kapt {
|
|
|
|
arguments {
|
|
|
|
arguments {
|
|
|
|
@ -66,7 +66,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.5.0'
|
|
|
|
implementation 'androidx.core:core-ktx:1.5.0'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.2.3'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.2.3'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.3.4'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.3.5'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
|
|
|
|
|