Bump from 1.1.1 to 1.2.0
This commit is contained in:
parent
c5fc622d8c
commit
83bd139347
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ android {
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.1.1"
|
versionName "1.2.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -39,4 +39,5 @@ dependencies {
|
||||||
implementation 'com.github.kittinunf.fuel:fuel:2.3.1'
|
implementation 'com.github.kittinunf.fuel:fuel:2.3.1'
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
|
||||||
implementation 'com.google.code.gson:gson:2.8.6'
|
implementation 'com.google.code.gson:gson:2.8.6'
|
||||||
|
implementation 'androidx.work:work-runtime-ktx:2.6.0'
|
||||||
}
|
}
|
Reference in a new issue