Skip to content

Commit e882979

Browse files
committed
v0.7.1
Kotlin 1.2.51 Gradle 4.9 Shadow 2.0.4
1 parent 048413b commit e882979

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

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

1313
buildscript {
1414

15-
ext.kotlinVersion = '1.2.50'
15+
ext.kotlinVersion = '1.2.51'
1616

1717
repositories {
1818
mavenCentral()
@@ -22,7 +22,7 @@ buildscript {
2222
}
2323
dependencies {
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
25-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.3'
25+
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
2626
classpath "org.junit.platform:junit-platform-gradle-plugin:1.1.0"
2727
}
2828
}
@@ -36,9 +36,9 @@ dependencies {
3636
implementation "$kotlin-reflect:$kotlinVersion"
3737

3838
ext.kx = "com.github.kotlin-graphics"
39-
implementation "$kx:gln:6b7c648"
40-
implementation "$kx:vkk:b526b9a"
41-
implementation "$kx:appBuffer:aff415e3566ab5a9da28efcd569fd55b92a16070"
39+
implementation "$kx:gln:520e83c"
40+
implementation "$kx:vkk:b4a7ec7"
41+
implementation "$kx:appBuffer:84c9312"
4242

4343
testImplementation 'io.kotlintest:kotlintest:2.0.7'
4444
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'

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.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip

0 commit comments

Comments
 (0)