From ff2d12b2423b2d817104eb5bdd73a3ca06324727 Mon Sep 17 00:00:00 2001 From: gBarbieri Date: Wed, 18 Jul 2018 16:59:11 +0200 Subject: [PATCH] v4.0 beta 11 Kotlin 1.2.51 Gradle 4.9 Shadow 2.0.4 --- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 5bdd024..7034246 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ group = 'com.github.kotlin-graphics' buildscript { - ext.kotlinVersion = '1.2.41' + ext.kotlinVersion = '1.2.51' repositories { jcenter() @@ -20,7 +20,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" - classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.3' + classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4' classpath "org.junit.platform:junit-platform-gradle-plugin:1.1.0" } } @@ -33,7 +33,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" implementation "org.jetbrains.kotlin:kotlin-reflect" - implementation 'com.github.kotlin-graphics:uno-sdk:f74c19683632fe33a810acd3c6890143cb6d0175' + implementation 'com.github.kotlin-graphics:uno-sdk:6d0cd14' testCompile 'io.kotlintest:kotlintest-runner-junit5:3.1.0' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 08019cb..a34f4d9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip