Skip to content
Snippets Groups Projects

Resolve "Normalize game architecture"

Merged Benoît Harrault requested to merge 65-normalize-game-architecture into master
98 files
+ 1549
914
Compare changes
  • Side-by-side
  • Inline
Files
98
+ 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.scrobbles"
namespace "org.benoitharrault.scrobbles"
defaultConfig {
defaultConfig {
Loading