Merge branch 'develop' into 8.2.0-Dev

This commit is contained in:
Josh Tynjala
2024-07-01 08:53:48 -07:00
17 changed files with 98 additions and 59 deletions

View File

@@ -12,6 +12,7 @@ buildscript {
apply plugin: 'com.android.library'
android {
namespace 'org.haxe.extension'
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION

View File

@@ -1,4 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.haxe.extension" >
</manifest>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" />