diff --git a/README.md b/README.md index e9c7031e..982414c7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is a Sceneform replacement in Kotlin ```gradle dependencies { // 3D only - implementation 'io.github.sceneview:sceneview:1.2.5' + implementation 'io.github.sceneview:sceneview:1.2.6' } ``` @@ -29,7 +29,7 @@ dependencies { ```gradle dependencies { // 3D and ARCore - implementation 'io.github.sceneview:arsceneview:1.2.5' + implementation 'io.github.sceneview:arsceneview:1.2.6' } ``` diff --git a/arsceneview/gradle.properties b/arsceneview/gradle.properties index ad7eabf0..46baea7c 100644 --- a/arsceneview/gradle.properties +++ b/arsceneview/gradle.properties @@ -3,5 +3,5 @@ ###################### POM_NAME=ArSceneView POM_ARTIFACT_ID=arsceneview -VERSION_NAME=1.2.5 +VERSION_NAME=1.2.6 POM_PACKAGING=aar \ No newline at end of file diff --git a/samples/ar-augmented-image/build.gradle b/samples/ar-augmented-image/build.gradle index 88e28255..5646ef59 100644 --- a/samples/ar-augmented-image/build.gradle +++ b/samples/ar-augmented-image/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation project(":samples:common") // ARSceneview - releaseImplementation "io.github.sceneview:arsceneview:1.2.5" + releaseImplementation "io.github.sceneview:arsceneview:1.2.6" debugImplementation project(":arsceneview") } \ No newline at end of file diff --git a/samples/ar-cloud-anchor/build.gradle b/samples/ar-cloud-anchor/build.gradle index 6cd9d040..5bbf1442 100644 --- a/samples/ar-cloud-anchor/build.gradle +++ b/samples/ar-cloud-anchor/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation project(":samples:common") // ArSceneView - releaseImplementation "io.github.sceneview:arsceneview:1.2.5" + releaseImplementation "io.github.sceneview:arsceneview:1.2.6" debugImplementation project(":arsceneview") } \ No newline at end of file diff --git a/samples/ar-model-viewer-compose/build.gradle b/samples/ar-model-viewer-compose/build.gradle index dfa03577..30fbb83e 100644 --- a/samples/ar-model-viewer-compose/build.gradle +++ b/samples/ar-model-viewer-compose/build.gradle @@ -55,6 +55,6 @@ dependencies { debugImplementation "androidx.compose.ui:ui-tooling:1.5.3" // ArSceneView - releaseImplementation "io.github.sceneview:arsceneview:1.2.5" + releaseImplementation "io.github.sceneview:arsceneview:1.2.6" debugImplementation project(":arsceneview") } \ No newline at end of file diff --git a/samples/ar-model-viewer/build.gradle b/samples/ar-model-viewer/build.gradle index e6d10465..afc9bfb6 100644 --- a/samples/ar-model-viewer/build.gradle +++ b/samples/ar-model-viewer/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation project(":samples:common") // ArSceneView - releaseImplementation "io.github.sceneview:arsceneview:1.2.5" + releaseImplementation "io.github.sceneview:arsceneview:1.2.6" debugImplementation project(":arsceneview") } \ No newline at end of file diff --git a/samples/ar-point-cloud/build.gradle b/samples/ar-point-cloud/build.gradle index c0d45d48..866d4507 100644 --- a/samples/ar-point-cloud/build.gradle +++ b/samples/ar-point-cloud/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation project(":samples:common") // ArSceneView - releaseImplementation "io.github.sceneview:arsceneview:1.2.5" + releaseImplementation "io.github.sceneview:arsceneview:1.2.6" debugImplementation project(":arsceneview") } \ No newline at end of file diff --git a/sceneview/gradle.properties b/sceneview/gradle.properties index fc585f17..9acd336f 100644 --- a/sceneview/gradle.properties +++ b/sceneview/gradle.properties @@ -3,5 +3,5 @@ ###################### POM_NAME=SceneView POM_ARTIFACT_ID=sceneview -VERSION_NAME=1.2.5 +VERSION_NAME=1.2.6 POM_PACKAGING=aar \ No newline at end of file