Release 1.0.5

This commit is contained in:
Thomas 2020-09-12 18:31:37 +02:00
parent 07546abb7e
commit 31e87a18bb
2 changed files with 12 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "app.fedilab.fedilabtube"
minSdkVersion 21
targetSdkVersion 30
versionCode 6
versionName "1.0.4"
versionCode 7
versionName "1.0.5"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -42,7 +42,7 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'androidx.navigation:navigation-fragment:2.3.0'

View File

@ -0,0 +1,9 @@
Changements :
- Modification des chaînes et des listes de lecture
- Quelques changements visuels
- Quelques améliorations UX
Corrections :
- Plusieurs petites corrections de bug.