Skip to content

Commit

Permalink
Fix links and artifacts for Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherdare committed Oct 8, 2022
1 parent 4aebe08 commit 86e4bc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ The main goals of this library:
## Installation
The library is not yetstable. The API is rapidly evolving with breaking changes. The GtColor class is stable.

gdx-tween is available via [JitPack](https://jitpack.io/#CypherCove/gdxtween):
gdx-tween is available via [JitPack](https://jitpack.io/#CypherCove/gdx-tween):

implementation "com.cyphercove.gdxtween:gdxtween:0.1.5"
implementation "com.github.CypherCove:gdx-tween:0.1.5"

If using Kotlin, use gdx-tween-kt instead:

implementation "com.cyphercove.gdxtween:gdxtween-kt:0.1.5"
implementation "com.github.CypherCove:gdx-tween-kt:0.1.5"

To use with GWT, add this to the `.gwt.xml` file:

Expand Down
2 changes: 1 addition & 1 deletion gdxtween-kt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

compileKotlin {
kotlinOptions {
jvmTarget = "1.7"
jvmTarget = "1.8"
}
}

Expand Down
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
libraryGroup=com.cyphercove.gdxtween
libraryGroup=com.github.cyphercove
libraryVersion=0.1.5

# The artifact uploaded by the bintrayUpload task
uploadArtifact=gdxtween

gdxVersion=1.11.0

org.gradle.daemon=true
Expand Down

0 comments on commit 86e4bc2

Please sign in to comment.