From f376ee48022272f8be0764ea0865e200baf61042 Mon Sep 17 00:00:00 2001 From: Kaloyan Raev Date: Wed, 10 Jan 2018 12:26:01 +0200 Subject: [PATCH] Fixes #15: Crash due to multithreading access to JNIEnv. --- README.md | 2 +- android-libstorj/build.gradle | 6 +++--- java-libstorj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c427009..2cda5f9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add the Gradle dependency to the `build.gradle` file of the app module: ```Gradle dependencies { - compile 'io.storj:libstorj-android:0.3' + compile 'io.storj:libstorj-android:0.3.2' } ``` diff --git a/android-libstorj/build.gradle b/android-libstorj/build.gradle index a88b3c3..1ff3d99 100644 --- a/android-libstorj/build.gradle +++ b/android-libstorj/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 26 - versionCode 3 - versionName "0.3" + versionCode 5 + versionName "0.3.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { @@ -54,7 +54,7 @@ publish { userOrg = 'kaloyan-raev' groupId = 'io.storj' artifactId = 'libstorj-android' - publishVersion = '0.3' + publishVersion = '0.3.2' desc = 'Libstorj for Android' website = 'https://github.com/Storj/android-libstorj' } diff --git a/java-libstorj b/java-libstorj index 4dc82c4..88232f6 160000 --- a/java-libstorj +++ b/java-libstorj @@ -1 +1 @@ -Subproject commit 4dc82c43d957fa9f79df72d78526a7cfe0427d09 +Subproject commit 88232f6cc15bf626e417df81b04b368551df0a2b