Skip to content

Commit

Permalink
Fix #86
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Apr 19, 2016
1 parent 4448a46 commit fe63b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions unifiednlp-app/build.gradle
Expand Up @@ -29,8 +29,8 @@ apply plugin: 'com.android.application'
applicationId "org.microg.nlp"
applicationId "com.google.android.gms"
applicationId "com.google.android.location"
versionName "1.6.5"
versionCode "20160"
versionName "1.6.6"
versionCode "20161"
*/

String getMyVersionName() {
Expand Down
Expand Up @@ -98,7 +98,7 @@ private void setLastLocation(Location location) {
if (location.getTime() <= 0) {
location.setTime(System.currentTimeMillis());
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
updateElapsedRealtimeNanos(location);
}
Location noGpsLocation = new Location(location);
Expand Down

0 comments on commit fe63b8a

Please sign in to comment.