Skip to content

Commit 610dea0

Browse files
authored
Merge pull request #289 from forrestguice/prep-release-0.10.1
prep release 0.10.1
2 parents 10fa3cc + f9c94b9 commit 610dea0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### ~
22

3+
### v0.10.1 (2018-12-23)
4+
* fixes bug "sun/moon circles are difficult to see (too small)" (#286) on lightmap and worldmap widgets.
5+
* updates translation to Norwegian (nb) (#285 by FTno).
6+
* updates dependency (Time4A 4.2-2018g).
7+
38
### v0.10.0 (2018-12-09)
49
* adds support for themes to the app; it is now possible to customize the app's appearance using widget themes (#264, #275).
510
* adds "order" option to sun and moon widgets; "display tomorrow's sunrise once sunset time has passed" (#190).

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android
2323
minSdkVersion 10
2424
//noinspection OldTargetApi
2525
targetSdkVersion 25
26-
versionCode 37
27-
versionName "0.10.0"
26+
versionCode 38
27+
versionName "0.10.1"
2828

2929
buildConfigField "java.util.Date", "BUILD_TIME", "new java.util.Date(" + getDateAsMillis() + "L)"
3030
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
@@ -55,7 +55,7 @@ dependencies
5555
compile 'com.android.support.constraint:constraint-layout:1.0.2'
5656
compile 'com.github.forrestguice:sunrisesunsetlib-java:SunriseSunsetCalculator-1.2-p0-fixdst'
5757
compile 'com.github.caarmen.SunriseSunset:lib-sunrise-sunset:1.1.0'
58-
compile group: 'net.time4j', name: 'time4j-android', version: '4.1-2018g'
58+
compile group: 'net.time4j', name: 'time4j-android', version: '4.2-2018g'
5959

6060
compile 'com.github.QuadFlask:colorpicker:0.0.13'
6161

0 commit comments

Comments
 (0)