Skip to content

Commit 1021413

Browse files
committed
trigger jitpack
1 parent 6e6945f commit 1021413

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ plugins {
1111
// jitpack
1212
group = 'com.github.kotlin-graphics'
1313

14+
1415
ext{
1516
moduleName = 'com.github.kotlin_graphics.uno'
1617
kotlin = 'org.jetbrains.kotlin:kotlin'
1718
kotlin_version = '1.3.11'
1819
kotlintest_version = '3.1.11'
19-
gln_version = '678d6d18f3280b373c6f4fe9ac0b95699783fb6f'
20+
gln_version = '24b9462f27e22d669a105a600674c81d085b8a84'
2021
vkk_version = 'a0d037b48e'
2122
lwjgl_version = "3.2.1"
2223
lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos"

0 commit comments

Comments
 (0)