File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All 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
617This release is identical to 0.66.0, but re-released to deploy the documentation
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments