We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce1381 commit fb7cdd1Copy full SHA for fb7cdd1
build.gradle
@@ -3,7 +3,7 @@ version = ob_version
3
4
buildscript {
5
ext {
6
- ob_version = '2.0.0-SNAPSHOT'
+ ob_version = '2.0.0-beta2'
7
ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
8
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
9
0 commit comments