Skip to content
Snippets Groups Projects

Resolve "Improve game architecture"

Merged Benoît Harrault requested to merge 39-improve-game-architecture into master
64 files
+ 1874
859
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -37,7 +37,7 @@ if (keystorePropertiesFile.exists()) {
@@ -37,7 +37,7 @@ if (keystorePropertiesFile.exists()) {
}
}
android {
android {
compileSdkVersion 33
compileSdkVersion 34
namespace "org.benoitharrault.petitbac"
namespace "org.benoitharrault.petitbac"
defaultConfig {
defaultConfig {
Loading