Skip to content

Commit

Permalink
Merge pull request #72 from Crazy-Marvin/development
Browse files Browse the repository at this point in the history
Halma 11.0
  • Loading branch information
CrazyMarvin authored Sep 3, 2023
2 parents a24a8b6 + 87aa040 commit a5f73cb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ gradle-app.setting
/html/build/
/ios/build/

## Keystore
*.jks

## OS Specific
.DS_Store
Thumbs.db
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.16'
classpath 'org.gretty:gretty:3.0.8'
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:7.4.2'

}
}
Expand All @@ -21,7 +21,7 @@ allprojects {
version = '1.0'
ext {
appName = "Halma"
gdxVersion = '1.11.0'
gdxVersion = '1.12.0'

}

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Target Android 13 (requisito de Google)

Sie bienvenido a abrir problemas en https://github.com/Crazy-Marvin/Halma y ayuda con las traducciones en https://hosted.weblate.org/engage/halma/.
¡Muchas gracias a todos los colaboradores! 😘
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-

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/.
¡Muchas gracias a todos los colaboradores! 😘
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms128m -Xmx1500m
org.gradle.configureondemand=false
android.useAndroidX=true

0 comments on commit a5f73cb

Please sign in to comment.