Skip to content
Snippets Groups Projects

Resolve "Fix UnmodifiableUint8ListView on compile app"

Merged Benoît Harrault requested to merge 23-fix-unmodifiableuint8listview-on-compile-app into master
3 files
+ 40
48
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -37,7 +37,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 33
compileSdkVersion 34
namespace "org.benoitharrault.reversi"
defaultConfig {
Loading