Skip to content

Commit

Permalink
Merge pull request #681 from SecUpwN/feature/jitpack
Browse files Browse the repository at this point in the history
get OSMBonusPack via maven
  • Loading branch information
larsgrefer committed Dec 12, 2015
2 parents 5852921 + 691af95 commit 70c6bda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ dependencies {
//compile 'com.github.amlcurran.showcaseview:library:5.0.0'
compile 'com.android.support:appcompat-v7:22.2.1'
//https://github.com/lp0/slf4j-android
compile fileTree(include: '*.jar', dir: 'libs')
compile project(':third_party:rootshell')
compile 'org.osmdroid:osmdroid-android:4.2'
compile 'org.slf4j:slf4j-api:1.7.12'
compile 'eu.lp0.slf4j:slf4j-android:1.7.12-0'
compile 'com.squareup.okhttp:okhttp:2.6.0'
compile 'au.com.bytecode:opencsv:2.4'
compile files('libs/osmbonuspack_v5.1.jar')

//This git hash resolves to version 5.5
compile 'com.github.MKergall.osmbonuspack:OSMBonusPack:2e8bca20f7'
compile 'com.nineoldandroids:library:2.4.0'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile 'com.google.code.gson:gson:2.2.4'
Expand Down
Binary file removed app/libs/osmbonuspack_v5.1.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
Expand All @@ -11,7 +10,7 @@ buildscript {

allprojects {
repositories {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
}
}

0 comments on commit 70c6bda

Please sign in to comment.