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

Change classes

This commit is contained in:
Thomas
2020-09-25 18:58:04 +02:00
parent 0b84823f64
commit 618384cccb
91 changed files with 5796 additions and 6580 deletions

View File

@@ -10,8 +10,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 11
versionName "1.1.1"
versionCode 10
versionName "1.1.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -117,4 +117,7 @@ dependencies {
implementation "com.google.code.gson:gson:2.8.6"
implementation 'androidx.media:media:1.2.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
}