Release v0.7.0

This commit is contained in:
Ivan Agosto 2024-04-15 22:18:02 -06:00
parent d6aeadc489
commit 0f8c3a7126
2 changed files with 8 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.libre.agosto.p2play"
minSdkVersion 26
targetSdkVersion 32
versionCode 9
versionName "0.6.0"
versionCode 10
versionName "0.7.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

View File

@ -0,0 +1,6 @@
- 2FA login support!
- Background player!
- See and reply video threads!
- New Setting menu added
- Code improved
- Bugs fixed