Skip to content

Commit 5639765

Browse files
committed
v3.0.1
1 parent 2e0ba59 commit 5639765

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
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']
1111
minSdkVersion 24
1212
targetSdkVersion 34
13-
versionCode 45
14-
versionName "3.0.0"
13+
versionCode 46
14+
versionName "3.0.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Improvements:
2+
* Translations updates
3+
* Implement BroadcastReceiver to start activity from TileService
4+
5+
Fixes:
6+
* Formatting issue with zeros after comma
7+
* fix log crash when x < 0
8+
* Crash when pressing square root after Syntax error
9+

0 commit comments

Comments
 (0)