Skip to content

Commit

Permalink
⬆️ Increment library version to 0.8.1
Browse files Browse the repository at this point in the history
- Increment library version
- Enable kujaku library release imports on the sample module
  • Loading branch information
ekigamba committed Oct 14, 2019
1 parent 058a46e commit 1c98a51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'realm-android'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.8.0'
version '0.8.1'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ android {

dependencies { configuration ->

//releaseTestKujakuImport(configuration)
developmentKujakuModulesImport(this, configuration)
releaseTestKujakuImport(configuration)
//developmentKujakuModulesImport(this, configuration)
implementation 'com.cocoahero.android:geojson:1.0.1@jar'

implementation "com.android.volley:volley:${volleyVersion}"
Expand Down Expand Up @@ -223,7 +223,7 @@ private static void developmentKujakuModulesImport(instance, configuration) {

// This is used when making a release and you need to test that the published artifacts work in host applications OK
private static void releaseTestKujakuImport(configuration) {
configuration.implementation 'io.ona.kujaku:library:0.8.0'
configuration.implementation 'io.ona.kujaku:library:0.8.1'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 1c98a51

Please sign in to comment.