Skip to content

Commit

Permalink
ARCore 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Oct 25, 2023
1 parent 7272548 commit b30d32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arsceneview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
api project(":sceneview")

// ARCore
api "com.google.ar:core:1.39.0"
api "com.google.ar:core:1.40.0"
}

apply plugin: "com.vanniktech.maven.publish"
4 changes: 2 additions & 2 deletions sceneview_2_0_0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.library'
id 'kotlin-android'
id 'filament-tools-plugin'
id 'org.jetbrains.dokka'
// id 'org.jetbrains.dokka'
}
// *************************************************************************************************
// Filament Plugin
Expand Down Expand Up @@ -120,4 +120,4 @@ dependencies {
implementation "com.github.kittinunf.fuel:fuel-coroutines:2.3.1"
}

apply plugin: "com.vanniktech.maven.publish"
//apply plugin: "com.vanniktech.maven.publish"

0 comments on commit b30d32a

Please sign in to comment.