Skip to content

Commit a5f73cb

Browse files
authored
Merge pull request #72 from Crazy-Marvin/development
Halma 11.0
2 parents a24a8b6 + 87aa040 commit a5f73cb

File tree

6 files changed

+14
-2
lines changed

6 files changed

+14
-2
lines changed
File renamed without changes.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ gradle-app.setting
106106
/html/build/
107107
/ios/build/
108108

109+
## Keystore
110+
*.jks
111+
109112
## OS Specific
110113
.DS_Store
111114
Thumbs.db

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
dependencies {
1111
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.16'
1212
classpath 'org.gretty:gretty:3.0.8'
13-
classpath 'com.android.tools.build:gradle:8.0.2'
13+
classpath 'com.android.tools.build:gradle:7.4.2'
1414

1515
}
1616
}
@@ -21,7 +21,7 @@ allprojects {
2121
version = '1.0'
2222
ext {
2323
appName = "Halma"
24-
gdxVersion = '1.11.0'
24+
gdxVersion = '1.12.0'
2525

2626
}
2727

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Target Android 13 (requisito de Google)
2+
3+
Sie bienvenido a abrir problemas en https://github.com/Crazy-Marvin/Halma y ayuda con las traducciones en https://hosted.weblate.org/engage/halma/.
4+
¡Muchas gracias a todos los colaboradores! 😘
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-
2+
3+
Por favor, se bienvenido a abrir problemas en https://github.com/Crazy-Marvin/Halma y ayudar con las traducciones en https://hosted.weblate.org/engage/halma/.
4+
¡Muchas gracias a todos los colaboradores! 😘

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
org.gradle.daemon=true
22
org.gradle.jvmargs=-Xms128m -Xmx1500m
33
org.gradle.configureondemand=false
4+
android.useAndroidX=true

0 commit comments

Comments
 (0)