Skip to content

Commit

Permalink
Merge pull request #3 from enieber/fix/compile-android
Browse files Browse the repository at this point in the history
fix: compile android version
  • Loading branch information
enieber authored Apr 25, 2022
2 parents 9fed85d + 135af8e commit e04cebf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 120 deletions.
11 changes: 5 additions & 6 deletions lib/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply from: 'gradle-maven-push.gradle'

android {
compileSdkVersion 25
Expand Down Expand Up @@ -34,9 +33,9 @@ android {
}

dependencies {
provided "com.facebook.react:react-native:+"
compile "com.google.android.gms:play-services-base:10.2.4"
compile "com.google.android.gms:play-services-maps:10.2.4"
compile 'org.osmdroid:osmdroid-android:6.1.11'
testCompile 'junit:junit:4.12'
implementation "com.facebook.react:react-native:+"
implementation "com.google.android.gms:play-services-base:10.2.4"
implementation "com.google.android.gms:play-services-maps:10.2.4"
implementation 'org.osmdroid:osmdroid-android:6.1.11'
implementation 'junit:junit:4.12'
}
114 changes: 0 additions & 114 deletions lib/android/gradle-maven-push.gradle

This file was deleted.

0 comments on commit e04cebf

Please sign in to comment.