Skip to content

Commit

Permalink
updated to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JobGetabu committed Nov 1, 2019
1 parent 88de9b6 commit 66451bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions droidLocationLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
siteUrl = 'https://github.com/syntaxltd/DroidLocation'
gitUrl = 'https://github.com/syntaxltd/DroidLocation.git'

libraryVersion = '2.0.0'
libraryVersion = '3.0.0'

developerId = 'JobGetabu'
developerName = 'Job Getabu'
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly "com.google.android.gms:play-services-location:16.0.0"

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
}

apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import android.provider.Settings;
import android.text.TextUtils;
import android.util.Log;

import androidx.appcompat.app.AlertDialog;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
import android.location.Location;
import android.os.Bundle;
import android.os.ResultReceiver;
import androidx.annotation.WorkerThread;
import android.text.TextUtils;
import android.util.Log;

import androidx.annotation.WorkerThread;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
Expand Down

0 comments on commit 66451bb

Please sign in to comment.