Release v0.7.0
This commit is contained in:
parent
d6aeadc489
commit
0f8c3a7126
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId "org.libre.agosto.p2play"
|
applicationId "org.libre.agosto.p2play"
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 9
|
versionCode 10
|
||||||
versionName "0.6.0"
|
versionName "0.7.0"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
- 2FA login support!
|
||||||
|
- Background player!
|
||||||
|
- See and reply video threads!
|
||||||
|
- New Setting menu added
|
||||||
|
- Code improved
|
||||||
|
- Bugs fixed
|
Loading…
Reference in New Issue