Commit c5f71740 authored by wanglei's avatar wanglei

...

parent 1ee434c1
...@@ -67,6 +67,8 @@ gradle.taskGraph.whenReady { ...@@ -67,6 +67,8 @@ gradle.taskGraph.whenReady {
dependencies { dependencies {
implementation ("com.google.ar:core:1.12.0")
implementation(libs.androidx.core.ktx) implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat) implementation(libs.androidx.appcompat)
implementation(libs.material) implementation(libs.material)
......
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
tools:targetApi="34"> tools:targetApi="34">
<meta-data android:name="com.google.ar.core" android:value="optional" />
<receiver <receiver
android:name=".ui.widget.BrowserAppWidget" android:name=".ui.widget.BrowserAppWidget"
android:exported="false"> android:exported="false">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment