Skip to content

Commit 335ef16

Browse files
committed
1.1.13
1 parent 685324e commit 335ef16

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
[Improved]
2-
- App stability
31
[Added]
4-
- Ripple animations on click on widget buttons
2+
- Possibility to configure widget refreshing

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<string name="properties">Properties</string>
2323
<string name="opacity">Opacity</string>
2424
<string name="refreshing">Refreshing</string>
25-
<string name="refresh_periodically">Refresh periodically</string>
25+
<string name="refresh_periodically">Periodically refresh data</string>
2626
<string name="refresh_on_low_battery">Refresh on low battery</string>
2727
</resources>

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ android.nonTransitiveRClass=true
1111
android.defaults.buildfeatures.buildconfig=true
1212
android.uniquePackageNames=true
1313
android.nonFinalResIds=false
14-
version=1.1.12
15-
versionCode=16
14+
version=1.1.13
15+
versionCode=17

0 commit comments

Comments
 (0)