Release 1.0.5
This commit is contained in:
parent
07546abb7e
commit
31e87a18bb
|
@ -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'
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue