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