Prepare release 16
This commit is contained in:
parent
b07608092c
commit
0e811fe43a
|
@ -28,7 +28,7 @@ android {
|
||||||
applicationId "org.pixeldroid.app"
|
applicationId "org.pixeldroid.app"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 15
|
versionCode 16
|
||||||
versionName "1.0.beta" + versionCode
|
versionName "1.0.beta" + versionCode
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
* Add gson proguard rules to fix crashes on Mastodon instances
|
||||||
|
* Add color theming with 4 different themes
|
||||||
|
* Move to Material 3
|
||||||
|
* Improve consistency of the UI
|
Loading…
Reference in New Issue