Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkempire78 committed Nov 11, 2022
1 parent 09577bb commit c5adc37
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 18
versionName "1.8.1"
versionCode 19
versionName "1.8.2"

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

Fixed:
- Follow system theme supports Material You
- Improve support for tablet
- Improve support for small screen size
- Icon not displayed for Android lower than 8

0 comments on commit c5adc37

Please sign in to comment.