Skip to content

Commit b290049

Browse files
committed
v0.67.0
1 parent b28297b commit b290049

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.67.0]
5+
6+
We now have a gradle plugin which supports snabble SDK version from this version and above:
7+
8+
[Gradle-Plugin](https://plugins.gradle.org/plugin/io.snabble.setup)
9+
10+
### Changes
11+
- Added support for parsing config files using property files in resources. Use 'snabble_$env_config.xml'.
12+
- Added support for the new gradle plugin, which automatically generated the config files mentioned above.
13+
- Fixed gps position updates when system time is not in sync with gps time
14+
415
## [0.66.2]
516

617
This release is identical to 0.66.0, but re-released to deploy the documentation

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
}
3434

3535
project.ext {
36-
sdkVersion='0.66.2'
36+
sdkVersion='0.67.0'
3737
versionCode=1
3838

3939
compileSdkVersion=31

0 commit comments

Comments
 (0)