Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mechakotik committed Jan 22, 2025
1 parent c380f8a commit b5e041e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
=======================
v0.2.3
=======================

- Added item hotswap menu
- Added ring collect animation
- Added stationary rings
- Added option to hide onscreen controls
- New item: Triple Bomb
- Refactored and optimized geometric algorithms
- Moved Android project to CMake
- Added support for link time optimization

=======================
v0.2.2
=======================
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 6
versionName "0.2.2-3"
versionCode 7
versionName "0.2.3"
externalNativeBuild {
cmake {
arguments "-DANDROID_PLATFORM=android-19", "-DANDROID_STL=c++_static"
Expand Down

0 comments on commit b5e041e

Please sign in to comment.