From 83bd139347d06cf59905777df0870f37ed243654 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 4 Sep 2021 20:29:37 +0200 Subject: [PATCH] Bump from 1.1.1 to 1.2.0 --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7ab6adb..9c4f1be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { minSdk 23 targetSdk 31 versionCode 1 - versionName "1.1.1" + versionName "1.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -39,4 +39,5 @@ dependencies { implementation 'com.github.kittinunf.fuel:fuel:2.3.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1' implementation 'com.google.code.gson:gson:2.8.6' + implementation 'androidx.work:work-runtime-ktx:2.6.0' } \ No newline at end of file