1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-06-05 21:09:11 +02:00

Prepare release

This commit is contained in:
Thomas
2020-11-07 17:23:53 +01:00
parent 8a9ead3f0d
commit 2f8ecd1f3e
4 changed files with 71 additions and 86 deletions

View File

@@ -11,8 +11,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 21
versionName "1.5.2"
versionCode 22
versionName "1.6.0-beta-1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -132,10 +132,8 @@ dependencies {
implementation "io.github.kobakei:ratethisapp:1.2.0"
implementation 'com.github.HITGIF:TextFieldBoxes:1.4.5'
implementation 'com.github.vkay94:DoubleTapPlayerView:1.0.0'
implementation "ss.anoop:awesome-textinput-layout:1.0.3"
implementation "androidx.work:work-runtime:2.4.0"
implementation "androidx.work:work-runtime-ktx:2.4.0"
}