Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkempire78 committed Sep 14, 2022
1 parent 0660728 commit 8f70f14
Show file tree
Hide file tree
Showing 2 changed files with 8 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 14
versionName "1.7.1"
versionCode 15
versionName "1.7.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change
- Splash screen is dark now

Fix:
- keyboard issue
- keyboard still scrolling

0 comments on commit 8f70f14

Please sign in to comment.