Release 9
This commit is contained in:
parent
d49e0f58ff
commit
1cee4d7752
|
@ -28,8 +28,8 @@ android {
|
|||
applicationId "org.pixeldroid.app"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 31
|
||||
versionCode 8
|
||||
versionName "1.0.beta8"
|
||||
versionCode 9
|
||||
versionName "1.0.beta$versionCode"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
testInstrumentationRunnerArguments clearPackageData: 'true'
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
* Fix crash when showing licenses list
|
||||
* Greatly improve performance in profile activity
|
||||
* Update dependencies
|
Loading…
Reference in New Issue