Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkempire78 committed May 23, 2024
1 parent 2e0ba59 commit 5639765
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -10,8 +10,8 @@ android {
resourceConfigurations += ['ar', 'az', 'be', 'bn', 'bs', 'cs', 'de', 'el', 'es', 'fa', 'fr', 'hi', 'hr', 'hu', 'in', 'it', 'ja', 'kn', 'mk', 'ml', 'nb-rNO', 'nl', 'or', 'pl', 'pt-rBR', 'ro', 'ru', 'sat', 'sr', 'sv', 'tr', 'uk', 'vi', 'zh-rCN', 'zh-rHK', 'zh-rTW']
minSdkVersion 24
targetSdkVersion 34
versionCode 45
versionName "3.0.0"
versionCode 46
versionName "3.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Improvements:
* Translations updates
* Implement BroadcastReceiver to start activity from TileService

Fixes:
* Formatting issue with zeros after comma
* fix log crash when x < 0
* Crash when pressing square root after Syntax error

0 comments on commit 5639765

Please sign in to comment.