Skip to content

Commit 7c9122a

Browse files
committed
ARCore Android SDK v1.49.0
1 parent b73725b commit 7c9122a

File tree

40 files changed

+46
-26
lines changed

40 files changed

+46
-26
lines changed

samples/augmented_faces_java/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
// ARCore (Google Play Services for AR) library.
45-
implementation 'com.google.ar:core:1.48.0'
45+
implementation 'com.google.ar:core:1.49.0'
4646

4747
// Obj - a simple Wavefront OBJ file loader
4848
// https://github.com/javagl/Obj

samples/augmented_faces_java/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
3333

3434
<application
35+
android:appCategory="game"
3536
android:allowBackup="false"
3637
android:icon="@drawable/ic_launcher"
3738
android:label="@string/app_name"

samples/augmented_image_c/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ android {
6969

7070
dependencies {
7171
// ARCore (Google Play Services for AR) library.
72-
implementation 'com.google.ar:core:1.48.0'
73-
natives 'com.google.ar:core:1.48.0'
72+
implementation 'com.google.ar:core:1.49.0'
73+
natives 'com.google.ar:core:1.49.0'
7474

7575
implementation 'androidx.appcompat:appcompat:1.1.0'
7676
implementation 'com.google.android.material:material:1.1.0'

samples/augmented_image_c/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
3232

3333
<application
34+
android:appCategory="game"
3435
android:allowBackup="true"
3536
android:icon="@drawable/ic_launcher"
3637
android:label="@string/app_name"

samples/augmented_image_java/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
// ARCore (Google Play Services for AR) library.
45-
implementation 'com.google.ar:core:1.48.0'
45+
implementation 'com.google.ar:core:1.49.0'
4646

4747
// Obj - a simple Wavefront OBJ file loader
4848
// https://github.com/javagl/Obj

samples/augmented_image_java/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
3232

3333
<application
34+
android:appCategory="game"
3435
android:allowBackup="false"
3536
android:icon="@drawable/ic_launcher"
3637
android:label="@string/app_name"

samples/cloud_anchor_java/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
// ARCore (Google Play Services for AR) library.
45-
implementation 'com.google.ar:core:1.48.0'
45+
implementation 'com.google.ar:core:1.49.0'
4646

4747
// Obj - a simple Wavefront OBJ file loader
4848
// https://github.com/javagl/Obj

samples/cloud_anchor_java/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
3636

3737
<application
38+
android:appCategory="game"
3839
android:allowBackup="false"
3940
android:icon="@drawable/ic_launcher"
4041
android:label="@string/app_name"

samples/computervision_c/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ android {
6969

7070
dependencies {
7171
// ARCore (Google Play Services for AR) library.
72-
implementation 'com.google.ar:core:1.48.0'
73-
natives 'com.google.ar:core:1.48.0'
72+
implementation 'com.google.ar:core:1.49.0'
73+
natives 'com.google.ar:core:1.49.0'
7474

7575
implementation 'androidx.appcompat:appcompat:1.1.0'
7676
implementation 'com.google.android.material:material:1.1.0'

samples/computervision_c/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
3232

3333
<application
34+
android:appCategory="game"
3435
android:allowBackup="true"
3536
android:icon="@drawable/ic_launcher"
3637
android:label="@string/app_name"

0 commit comments

Comments
 (0)