Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Oct 10, 2020
1 parent 48d30b4 commit b0ffda4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions waytoday-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

ext {
releaseVersion = System.getenv('RELEASE_VERSION') ?: '1.0.15'
releaseVersion = System.getenv('RELEASE_VERSION') ?: '1.0.16'
}

group 'solutions.s4y.waytoday.sdk'
Expand Down Expand Up @@ -125,11 +125,6 @@ afterEvaluate {
version = releaseVersion

from components.release
/*
artifact("$buildDir/outputs/aar/waytoday-sdk-release.aar") {
builtBy build
}
*/
artifact sourceJar
artifact javadocJar

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public void onLocationChanged(@androidx.annotation.NonNull Location originalLoca
posDev = originalLocation.getAccuracy();
timeStamp = Utils.nano2milli(originalLocation.getElapsedRealtimeNanos());
mKalmanFilter = new GPSAccKalmanFilter(
false, //todo move to settings
true, //todo move to settings
Coordinates.longitudeToMeters(x),
Coordinates.latitudeToMeters(y),
xVel,
Expand Down

0 comments on commit b0ffda4

Please sign in to comment.