bug fixed

This commit is contained in:
nutchayut
2024-12-24 13:29:37 +07:00
parent a1c2e688fb
commit e6e3de4b6a
4911 changed files with 104233 additions and 52025 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.thamming.neopay"
android:versionCode="2"
android:versionName="1.0.0" >
android:versionCode="8"
android:versionName="1.0.2" >
<uses-sdk
android:minSdkVersion="26"
@@ -104,6 +104,13 @@
android:exported="false"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
<uses-library
android:name="androidx.window.extensions"
android:required="false" />
<uses-library
android:name="androidx.window.sidecar"
android:required="false" />
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="com.thamming.neopay.androidx-startup"
@@ -119,13 +126,6 @@
android:value="androidx.startup" />
</provider>
<uses-library
android:name="androidx.window.extensions"
android:required="false" />
<uses-library
android:name="androidx.window.sidecar"
android:required="false" />
<receiver
android:name="androidx.profileinstaller.ProfileInstallReceiver"
android:directBootAware="false"

View File

@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "1.0.0",
"versionCode": 8,
"versionName": "1.0.2",
"outputFile": "AndroidManifest.xml"
}
],