Skip to content

Commit

Permalink
Release 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-nov committed Aug 16, 2022
1 parent 51fa71f commit 48749d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for best experience.

The game is provided in two options:

- **Desktop Java**. [Download Tangler.jar](https://github.com/andrzej-nov/Tangler/releases/download/v1.12/Tangler.jar).
- **Desktop Java**. [Download Tangler.jar](https://github.com/andrzej-nov/Tangler/releases/download/v1.13/Tangler.jar).
Run it with `java -jar Tangler.jar` command line, or in most cases just double-click the Tangler.jar file. It has been
tested with Java 18 Runtime, should also work with prior versions up to Java 8.
- **On MacOS** you will get a warning about unidentified developer. Start the Tangler.jar using Finder context menu
Expand All @@ -32,7 +32,7 @@ The game is provided in two options:
.

- **Android**. [Get it on Google Play](https://play.google.com/store/apps/details?id=com.andrzejn.tangler) (recommended)
or [download the Tangler.apk](https://github.com/andrzej-nov/Tangler/releases/download/v1.12/Tangler.apk) here for
or [download the Tangler.apk](https://github.com/andrzej-nov/Tangler/releases/download/v1.13/Tangler.apk) here for
manual install (it might be sometimes also a newer version due to the Google Play approval lag). It has been tested on Android
8.0 and 10.0, should also work on any Android version starting from 4.4 and later.
- **Known issues on Xiaomi smartphones:** Last move might be lost when you switch from Tangler to another app and
Expand All @@ -54,12 +54,12 @@ Andrzej Novosiolov, as the original author.

The game has been implemented using following tools and libraries:

- [IntelliJ IDEA 2022.1 (Community Edition)](https://www.jetbrains.com/idea/download/)
- [IntelliJ IDEA 2022.2 (Community Edition)](https://www.jetbrains.com/idea/download/)
- [Android Studio 2021.1.1 Patch 2](https://developer.android.com/studio) (for the Android emulator)
- [Gradle 7.0.4](https://gradle.org/)
- [Gradle 7.2.0](https://gradle.org/)
- [Kotlin 1.6.20](https://kotlinlang.org/)
- [libGDX 1.10.0](https://libgdx.com/)
- [libKTX 1.10.0-rc2](https://libktx.github.io/)
- [libGDX 1.11.0](https://libgdx.com/)
- [libKTX 1.11.0-rc2](https://libktx.github.io/)
- [ShapeDrawer 2.5.0](https://github.com/earlygrey/shapedrawer#shape-drawer)
- [Universal Tween Engine 6.3.3](https://github.com/AurelienRibon/universal-tween-engine)
- Free icons from https://www.flaticon.com/
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId 'com.andrzejn.tangler'
minSdkVersion 19
targetSdkVersion 30
versionCode 14
versionName '1.12'
versionCode 15
versionName '1.13'
multiDexEnabled true
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ project(':core') {


subprojects {
version = '1.12'
version = '1.13'
ext.appName = 'Tangler'
repositories {
mavenLocal()
Expand Down

0 comments on commit 48749d2

Please sign in to comment.