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:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
<string name="date_and_time">%H:%M:%S %d/%b/%Y</string>
|
||||
<string name="date_time">%2$s %1$s</string>
|
||||
</resources>
|
||||
2348
android-sdk/platforms/android-34/data/res/values-it/strings.xml
Normal file
2348
android-sdk/platforms/android-34/data/res/values-it/strings.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user