Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkempire78 committed Aug 16, 2022
1 parent 913ea97 commit 41cb6f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.darkempire78.opencalculator"
minSdkVersion 21
targetSdkVersion 33
versionCode 11
versionName "1.5.1"
versionCode 12
versionName "1.6.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
New:
- History

Change:
- Optimisation

Fix:
- Result display issues

0 comments on commit 41cb6f5

Please sign in to comment.