Skip to content

Commit 563650e

Browse files
committed
Add the breaking changes line to Proguard.
1 parent 3987006 commit 563650e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.daemon=false
22
org.gradle.jvmargs=-Xms512M -Xmx1G -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8
3-
liftoffVersion=1.13.5.0
3+
liftoffVersion=1.13.5.1-SNAPSHOT
44
kotlinVersion=2.1.21
55
gdxVersion=1.13.5
66
lmlVersion=1.10.1.12.1

src/main/kotlin/gdx/liftoff/config/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import java.lang.NumberFormatException
3838
@Suppress("unused") // Fields accessed via reflection.
3939
class Configuration {
4040
companion object {
41-
const val VERSION = "1.13.5.0"
41+
const val VERSION = "1.13.5.1-SNAPSHOT"
4242
const val WIDTH = 600
4343
const val HEIGHT = 700
4444
const val PREFERENCES_PATH = "gdx-liftoff-prefs"

src/main/resources/generator/android/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# Needed by the Box2D official extension.
3131
-keepclassmembers class com.badlogic.gdx.physics.box2d.World {
3232
boolean contactFilter(long, long);
33+
boolean getUseDefaultContactFilter();
3334
void beginContact(long);
3435
void endContact(long);
3536
void preSolve(long, long);

src/main/resources/ui-data/defaults.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
liftoffVersion=1.13.5.0
1+
liftoffVersion=1.13.5.1-SNAPSHOT
22
projectNameDefault=YourProjectName
33
packageNameDefault=io.github.some_example_name
44
mainClassNameDefault=Main

0 commit comments

Comments
 (0)