Skip to content

Commit 0d6b4e3

Browse files
committed
1.4.4-SNAPSHOT, Kotlin 1.2.30
1 parent 2d2d084 commit 0d6b4e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Just too many sub projects, so each can reference rootProject.version
2-
version = '1.4.3'
2+
version = '1.4.4-SNAPSHOT'
33

44
buildscript {
55
ext.ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'

objectbox-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version= rootProject.version
33

44
buildscript {
55
ext.javadocDir = "$buildDir/docs/javadoc"
6-
ext.kotlin_version = '1.2.21'
6+
ext.kotlin_version = '1.2.30'
77
ext.dokka_version = '0.9.16'
88

99
repositories {

0 commit comments

Comments
 (0)