mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-07 00:20:08 +02:00
Merge branch 'develop' into main
This commit is contained in:
commit
c13bc945ee
2 changed files with 7 additions and 2 deletions
|
@ -9,8 +9,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 390
|
versionCode 391
|
||||||
versionName "3.0.0"
|
versionName "3.0.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
New version of Fedilab with new feature.
|
||||||
|
- You can now compose threads
|
||||||
|
- See the whole thread when replying
|
||||||
|
- Cache support
|
||||||
|
- New design
|
Loading…
Reference in a new issue