Skip to content

Commit ff2d12b

Browse files
committed
v4.0 beta 11
Kotlin 1.2.51 Gradle 4.9 Shadow 2.0.4
1 parent 5980511 commit ff2d12b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group = 'com.github.kotlin-graphics'
99

1010
buildscript {
1111

12-
ext.kotlinVersion = '1.2.41'
12+
ext.kotlinVersion = '1.2.51'
1313

1414
repositories {
1515
jcenter()
@@ -20,7 +20,7 @@ buildscript {
2020

2121
dependencies {
2222
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
23-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.3'
23+
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
2424
classpath "org.junit.platform:junit-platform-gradle-plugin:1.1.0"
2525
}
2626
}
@@ -33,7 +33,7 @@ dependencies {
3333
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
3434
implementation "org.jetbrains.kotlin:kotlin-reflect"
3535

36-
implementation 'com.github.kotlin-graphics:uno-sdk:f74c19683632fe33a810acd3c6890143cb6d0175'
36+
implementation 'com.github.kotlin-graphics:uno-sdk:6d0cd14'
3737

3838
testCompile 'io.kotlintest:kotlintest-runner-junit5:3.1.0'
3939

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip

0 commit comments

Comments
 (0)