From bbd43b51e37b84474e122c5049e2538b2de8e396 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 28 Jun 2021 15:46:13 +0300 Subject: [PATCH] Increase version --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8571e25d4..e66a0c974 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 30 - versionCode 365 - versionName '1.1' + versionCode 366 + versionName '1.1.1' kapt { arguments { @@ -66,7 +66,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.5.0' 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-viewmodel-ktx:2.3.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'