Release 18
This commit is contained in:
parent
93fe695e66
commit
0c5c774797
|
@ -30,7 +30,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 17
|
versionCode 18
|
||||||
versionName "1.0.beta" + versionCode
|
versionName "1.0.beta" + versionCode
|
||||||
|
|
||||||
testInstrumentationRunner "org.pixeldroid.app.testUtility.TestRunner"
|
testInstrumentationRunner "org.pixeldroid.app.testUtility.TestRunner"
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
* Add custom error graphic red panda
|
||||||
|
|
||||||
|
* Allow freestyle cropping in image edit
|
||||||
|
|
||||||
|
* Improve F-Droid metadata
|
||||||
|
|
||||||
|
* Translation updates
|
||||||
|
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
|
* Fix bugs
|
Loading…
Reference in New Issue