Release 28
This commit is contained in:
parent
175438115d
commit
9313f321cd
|
@ -27,7 +27,7 @@ android {
|
|||
}
|
||||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
versionCode 27
|
||||
versionCode 28
|
||||
targetSdkVersion 34
|
||||
versionName "1.0.beta" + versionCode
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
Bug fix for opening album full-screen crashing
|
||||
|
||||
Use hardware acceleration (OpenGL! Shaders!) for image editing. Currently just trying to mimic the previous implementation, but this will provide building blocks for much cooler things later on :)
|
||||
|
||||
Tell us if something doesn't work right! (email, Mastodon)
|
||||
|
||||
There are also translation updates in this release :)
|
Loading…
Reference in New Issue