android fixes
This commit is contained in:
@@ -41,6 +41,13 @@ android {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
|
||||
// xxx why does backtrace not work in android?
|
||||
// tried this but it doesn't help
|
||||
// packagingOptions {
|
||||
// jniLibs.useLegacyPackaging = true
|
||||
// }
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.veilid.veilid_example"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.veilid.veilid_example">
|
||||
package="com.veilid.veilid_example">
|
||||
<application
|
||||
android:label="veilid_example"
|
||||
android:name="${applicationName}"
|
||||
|
Reference in New Issue
Block a user