Update binary file, add button
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="aixiao.lightcontrol"
|
||||
android:targetSandboxVersion="2"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.1" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="29" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
|
||||
android:debuggable="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity android:name="aixiao.lightcontrol.MainActivity" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"version": 1,
|
||||
"applicationId": "aixiao.lightcontrol",
|
||||
"variantType": "BASE_APK",
|
||||
"elements": [
|
||||
{
|
||||
"outputType": {
|
||||
"type": "INSTANT_APP_MANIFEST"
|
||||
},
|
||||
"apkData": {
|
||||
"type": "MAIN",
|
||||
"splits": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.1",
|
||||
"outputFile": "app-debug.apk",
|
||||
"fullName": "debug",
|
||||
"baseName": "debug",
|
||||
"dirName": ""
|
||||
},
|
||||
"path": "AndroidManifest.xml",
|
||||
"properties": {
|
||||
"packageId": "aixiao.lightcontrol",
|
||||
"split": "",
|
||||
"minSdkVersion": "14"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user