Skip to content

Commit

Permalink
rename ar core module
Browse files Browse the repository at this point in the history
  • Loading branch information
TADraeseke committed Jan 11, 2025
1 parent 4ca61d2 commit 35df4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ versionCode = "2007000"
versionName = "200.7.0"
minSdk = "26"
targetSdk = "35"
core = "1.47.0"
arcore = "1.47.0"

### Third party libraries

Expand Down Expand Up @@ -97,7 +97,7 @@ android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", ver
kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlinVersion" }
ksp-gradlePlugin = { group = "com.google.devtools.ksp", name = "com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
android-tools-common = { group = "com.android.tools", name = "common", version.ref = "androidTools" }
core = { group = "com.google.ar", name = "core", version.ref = "core" }
ar-core = { group = "com.google.ar", name = "core", version.ref = "arcore" }


[plugins]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
}

dependencies {
implementation(libs.core)
implementation(libs.ar.core)
// Only module specific dependencies needed here
implementation(libs.arcgis.maps.kotlin.toolkit.ar)
}

0 comments on commit 35df4f2

Please sign in to comment.