Added the Alexandre's updated code.
This commit is contained in:
parent
304fb5a204
commit
f288b6e81a
307 changed files with 8423 additions and 5873 deletions
|
@ -21,11 +21,13 @@
|
|||
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
|
||||
android:debuggable="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:label="Keyless Auto"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:testOnly="true"
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity android:name="com.example.capstone.Apps" />
|
||||
<activity android:name="com.example.capstone.Email" />
|
||||
<activity android:name="com.example.capstone.add" />
|
||||
<activity android:name="com.example.capstone.About" />
|
||||
<activity android:name="com.example.capstone.Support" />
|
||||
|
|
|
@ -1,28 +1 @@
|
|||
{
|
||||
"version": 1,
|
||||
"applicationId": "com.example.capstone",
|
||||
"variantType": "BASE_APK",
|
||||
"elements": [
|
||||
{
|
||||
"outputType": {
|
||||
"type": "MERGED_MANIFESTS"
|
||||
},
|
||||
"apkData": {
|
||||
"type": "MAIN",
|
||||
"splits": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0",
|
||||
"outputFile": "app-debug.apk",
|
||||
"fullName": "debug",
|
||||
"baseName": "debug",
|
||||
"dirName": ""
|
||||
},
|
||||
"path": "AndroidManifest.xml",
|
||||
"properties": {
|
||||
"packageId": "com.example.capstone",
|
||||
"split": "",
|
||||
"minSdkVersion": "17"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.example.capstone","split":"","minSdkVersion":"17"}}]
|
Loading…
Add table
Add a link
Reference in a new issue