Skip to content

Commit

Permalink
Jamepad 2.0.12.1 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Dec 19, 2020
1 parent 6b0c8cb commit cfa8cae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ allprojects {
mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url "https://jitpack.io" }
}

version project.getProperty('version') + (isReleaseBuild() ? "" : "-SNAPSHOT")
Expand Down
2 changes: 1 addition & 1 deletion gdx-controllers-desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
api project(":gdx-controllers-core")
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
// FIXME change it after first official libgdx-Jamepad release
api "com.badlogicgames.jamepad:jamepad:2.0.12.1-SNAPSHOT"
api "com.badlogicgames.jamepad:jamepad:2.0.12.1"
}

targetCompatibility = 1.7
Expand Down
1 change: 0 additions & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ subprojects {
mavenLocal()
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://jitpack.io' }
jcenter()
}

Expand Down

0 comments on commit cfa8cae

Please sign in to comment.