We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28c2bed + 3d07f5e commit 53286aaCopy full SHA for 53286aa
lib/UnoCore/android/android.uxl
@@ -48,6 +48,7 @@
48
<Declare Element="AndroidManifest.Permission" />
49
<Declare Element="AndroidManifest.RootElement" />
50
<Declare Element="AndroidManifest.Activity.ViewIntentFilter" />
51
+ <Declare Element="Gradle.Properties" />
52
<Declare Element="Gradle.Settings" />
53
<Declare Element="Gradle.Dependency" />
54
<Declare Element="Gradle.Dependency.ClassPath" />
lib/UnoCore/android/gradle.properties
@@ -1,2 +1,3 @@
1
android.useAndroidX=true
2
-android.enableJetifier=true
+android.enableJetifier=true
3
+@(Gradle.Properties:Join('\n'))
0 commit comments