fix: Add build script and fix manifest
- Add build-apk.sh for easy compilation - Simplify AndroidManifest.xml - Fix themes.xml to use basic Android themes - Enable BuildConfig - Add okhttp-dnsoverhttps dependency
This commit is contained in:
28
android-sdk/platforms/android-34/optional/optional.json
Normal file
28
android-sdk/platforms/android-34/optional/optional.json
Normal file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"name": "org.apache.http.legacy",
|
||||
"jar": "org.apache.http.legacy.jar",
|
||||
"manifest": false
|
||||
},
|
||||
{
|
||||
"name": "android.car",
|
||||
"jar": "android.car.jar",
|
||||
"manifest": false
|
||||
},
|
||||
{
|
||||
"name": "android.test.mock",
|
||||
"jar": "android.test.mock.jar",
|
||||
"manifest": false
|
||||
},
|
||||
{
|
||||
"name": "android.test.base",
|
||||
"jar": "android.test.base.jar",
|
||||
"manifest": false
|
||||
},
|
||||
{
|
||||
"name": "android.test.runner",
|
||||
"jar": "android.test.runner.jar",
|
||||
"manifest": false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user