Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Fixes #15: Crash due to multithreading access to JNIEnv.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Jan 10, 2018
1 parent e846511 commit f376ee4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
6 changes: 3 additions & 3 deletions android-libstorj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion java-libstorj

0 comments on commit f376ee4

Please sign in to comment.