Skip to content

Commit

Permalink
Update sublib for increased cell location support
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Apr 3, 2016
1 parent 352d4fe commit 0ba08b6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ buildscript {
}
}

/* This is a hack, trying to provide release updates to F-Droid until it can properly handle Gradle
applicationId "org.microg.nlp.backend.ichnaea"
versionName "v1.3.1"
versionCode "20017"
*/

apply plugin: 'com.android.application'

String getMyVersionName() {
Expand All @@ -48,8 +54,7 @@ repositories {
}

dependencies {
compile 'org.microg:unifiednlp-api:1.5.0'
compile 'com.android.support:support-v4:23.1.1'
compile 'org.microg:unifiednlp-api:1.5.3'
}

android {
Expand Down

0 comments on commit 0ba08b6

Please sign in to comment.