|
@@ -1,6 +1,3 @@
|
|
|
-android.enableJetifier=true
|
|
|
|
|
-android.useAndroidX=true
|
|
|
|
|
-
|
|
|
|
|
# To set the application display name, only define either `app.name` or `app.name_byte_array`.
|
|
# To set the application display name, only define either `app.name` or `app.name_byte_array`.
|
|
|
# For a rule of thumb:
|
|
# For a rule of thumb:
|
|
|
# * Use `app.name` if your app name doesn't contain any non-ANSI characters.
|
|
# * Use `app.name` if your app name doesn't contain any non-ANSI characters.
|
|
@@ -13,3 +10,10 @@ app.application_id=org.love2d.android
|
|
|
app.orientation=landscape
|
|
app.orientation=landscape
|
|
|
app.version_code=30
|
|
app.version_code=30
|
|
|
app.version_name=11.4
|
|
app.version_name=11.4
|
|
|
|
|
+
|
|
|
|
|
+# No need to modify anything past this line!
|
|
|
|
|
+android.enableJetifier=true
|
|
|
|
|
+android.useAndroidX=true
|
|
|
|
|
+android.defaults.buildfeatures.buildconfig=true
|
|
|
|
|
+android.nonTransitiveRClass=false
|
|
|
|
|
+android.nonFinalResIds=false
|