Skip to content

Commit

Permalink
Use last stable version 2.5.1 of native libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Mar 3, 2020
1 parent 85dd595 commit e0ede0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ buildscript {

// Core version for tests
// Be careful to diverge here; easy to forget and hard to find JNI problems
ob_native_version = objectboxVersionNumber + (objectboxVersionRelease? "": "-dev-SNAPSHOT")
// ob_native_version = objectboxVersionNumber + (objectboxVersionRelease? "": "-dev-SNAPSHOT")
// PREVIEW RELEASE, use last stable version 2.5.1 of native libraries.
ob_native_version = '2.5.1'

def osName = System.getProperty("os.name").toLowerCase()
objectboxPlatform = osName.contains('linux') ? 'linux'
Expand Down

0 comments on commit e0ede0b

Please sign in to comment.