Skip to content

Commit 3b7dd14

Browse files
committed
1.1.9
1 parent 48fdc03 commit 3b7dd14

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdk libs.versions.minSdk.get().toInteger()
1919
targetSdk libs.versions.compileSdk.get().toInteger()
2020

21-
versionCode 12
21+
versionCode 13
2222
versionName version
2323

2424
setProperty('archivesBaseName', versionName)
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
[Added]
2-
- Option to configure in-app theme
31
[Fix]
4-
- Frequency order of magnitude formatting error
5-
- Missing whitespace in between property value and unit
2+
- Resetting of widget opacity upon app restart

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ android.nonTransitiveRClass=true
1111
android.defaults.buildfeatures.buildconfig=true
1212
android.uniquePackageNames=true
1313
android.nonFinalResIds=false
14-
version=1.1.8
14+
version=1.1.9

0 commit comments

Comments
 (0)