Skip to content

Commit

Permalink
fixed #1 updated to API 29
Browse files Browse the repository at this point in the history
  • Loading branch information
JobGetabu committed Nov 1, 2019
1 parent 69c45b2 commit 88de9b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
applicationId "ax.synt.droidlocation.demo"
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "2.0"
}
Expand All @@ -19,8 +19,8 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'androidx.appcompat:appcompat:1.0.2'
compile project(':droidLocationLibrary')
compile 'com.google.android.gms:play-services-location:16.0.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation project(':droidLocationLibrary')
implementation 'com.google.android.gms:play-services-location:16.0.0'
}
4 changes: 2 additions & 2 deletions droidLocationLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ ext {
}

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion 29
versionCode 2
versionName "2.0"
}
Expand Down

0 comments on commit 88de9b6

Please sign in to comment.