Bump from 1.1.1 to 1.2.0

This commit is contained in:
Mylloon 2021-09-04 20:29:37 +02:00
parent c5fc622d8c
commit 83bd139347

View file

@ -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'
}