Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Prevent incompatibilities due to changes in 1.9.12-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Oct 14, 2020
1 parent d521bba commit 24145bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'java'
id 'java-library'
id 'maven'
}

group 'com.github.acanthite.gdx'
version '0.3'
version '0.3.1'

sourceSets {
main {
Expand All @@ -19,8 +19,8 @@ repositories {
}

dependencies {
implementation "com.badlogicgames.gdx:gdx:1.9.+"
implementation "com.badlogicgames.gdx:gdx-freetype:1.9.+"
implementation "com.badlogicgames.gdx:gdx:1.9.11"
implementation "com.badlogicgames.gdx:gdx-freetype:1.9.11"
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 24145bb

Please sign in to comment.