Skip to content

Commit

Permalink
[Release] Change: Bump to v1.2.0
Browse files Browse the repository at this point in the history
Add:
- BitmapUtils.flip(): Add support for rotate image 90°, 180° or 270°
  • Loading branch information
guhungry committed Jun 4, 2024
1 parent 631c2a2 commit 44f392f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photomanipulator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {

defaultConfig {
minSdk 16
versionCode 1
versionName "1.1.1"
versionCode 2
versionName "1.2.0"
targetSdk 34
multiDexEnabled true

Expand Down

0 comments on commit 44f392f

Please sign in to comment.