Compare commits

..

No commits in common. "3783df007854f9802d837644b60452f3132abe23" and "627e5fd0bcc58cf11c56e605fb6614b5f3bf486e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<artifactId>GpxAndroidSdk</artifactId>
<groupId>me.bvn13.sdk.android.gpx</groupId>
<version>1.1</version>
<version>1.0</version>
<packaging>jar</packaging>

View File

@ -158,7 +158,7 @@ class WptType(
require(magvar == null || magvar in 0.0..360.0) {
"magvar must be degree in (0)..(360) in Double"
}
require(dgpsid == null || dgpsid in 0..1023) {
require(dgpsid in 0..1023) {
"dgpsid must be in 0..1023"
}
}