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 7c2f661 commit e8d019aCopy full SHA for e8d019a
build.gradle
@@ -13,7 +13,7 @@ group = 'com.github.kotlin-graphics'
13
14
buildscript {
15
16
- ext.kotlinVersion = '1.2.21'
+ ext.kotlinVersion = '1.2.30'
17
18
repositories {
19
jcenter() // shadow
@@ -33,7 +33,7 @@ dependencies {
33
34
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
35
36
- compile 'com.github.kotlin-graphics:uno-sdk:641ec79aa3d5cf696590276f75b8b89804dc9d09'
+ compile 'com.github.kotlin-graphics:uno-sdk:814a86a24560d7d895e458bc5f0e7d68c095f6b0'
37
38
testCompile 'io.kotlintest:kotlintest:2.0.7'
39
0 commit comments