Skip to content

Commit 76f2ac2

Browse files
android.hardware.camera.ar is required
1 parent 40fde7d commit 76f2ac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ android {
132132
applicationId "com.virocommunity.geoar"
133133
minSdkVersion rootProject.ext.minSdkVersion
134134
targetSdkVersion rootProject.ext.targetSdkVersion
135-
versionCode 3
135+
versionCode 4
136136
versionName "1.0"
137137
}
138138
splits {

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<uses-feature android:glEsVersion="0x00030000" android:required="false" tools:node="remove" tools:replace="required" />
1111
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false" tools:replace="required" />
1212
<uses-feature android:name="android.hardware.sensor.gyroscope" android:required="false" tools:replace="required" />
13-
13+
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
1414
<application
1515
android:name=".MainApplication"
1616
android:label="@string/app_name"

0 commit comments

Comments
 (0)