0.1.0-2-beta.1.fix.4
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: Android/game-snake-poc/build.gradle
|
||||
// version: 20
|
||||
// version: 21
|
||||
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
@@ -18,7 +18,7 @@ android {
|
||||
minSdk 21
|
||||
targetSdk 36
|
||||
versionCode 1
|
||||
versionName '0.1.0-2-beta.1.fix.3'
|
||||
versionName '0.1.0-2-beta.1.fix.4'
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<!-- file: Android/game-snake-poc/src/main/AndroidManifest.xml -->
|
||||
<!-- version: 1 -->
|
||||
<!-- version: 2 -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true">
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user