mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Release 3.0.2
This commit is contained in:
parent
c3f2c78678
commit
6a692cd1cc
2 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 392
|
||||
versionName "3.0.1"
|
||||
versionCode 393
|
||||
versionName "3.0.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
- Some bug fixes
|
||||
- Improve pinned timelines
|
Loading…
Reference in a new issue