Skip to content

Commit

Permalink
Release SceneView 1.0.11 / ARSceneView 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Aug 4, 2023
1 parent 68f6fc5 commit 2d27465
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This is a Sceneform replacement in Kotlin
```gradle
dependencies {
// 3D only
implementation 'io.github.sceneview:sceneview:1.0.10'
implementation 'io.github.sceneview:sceneview:1.0.11'
}
```
[API Reference](https://sceneview.github.io/api/sceneview-android/sceneview/)
Expand All @@ -52,7 +52,7 @@ dependencies {
```gradle
dependencies {
// 3D and ARCore
implementation 'io.github.sceneview:arsceneview:0.10.0'
implementation 'io.github.sceneview:arsceneview:0.10.1'
}
```
[API Reference](https://sceneview.github.io/api/sceneview-android/arsceneview/)
Expand Down
2 changes: 1 addition & 1 deletion arsceneview/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
######################
POM_NAME=ArSceneView
POM_ARTIFACT_ID=arsceneview
VERSION_NAME=0.10.0
VERSION_NAME=0.10.1
POM_PACKAGING=aar
2 changes: 1 addition & 1 deletion samples/ar-augmented-image/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation project(":samples:common")

// ArSceneView
releaseImplementation "io.github.sceneview:arsceneview:0.10.0"
releaseImplementation "io.github.sceneview:arsceneview:0.10.1"
debugImplementation project(":arsceneview")
}
2 changes: 1 addition & 1 deletion samples/ar-cloud-anchor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation project(":samples:common")

// ArSceneView
releaseImplementation "io.github.sceneview:arsceneview:0.10.0"
releaseImplementation "io.github.sceneview:arsceneview:0.10.1"
debugImplementation project(":arsceneview")
}
2 changes: 1 addition & 1 deletion samples/ar-cursor-placement/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation project(":samples:common")

// ArSceneView
releaseImplementation "io.github.sceneview:arsceneview:0.10.0"
releaseImplementation "io.github.sceneview:arsceneview:0.10.1"
debugImplementation project(":arsceneview")
}
2 changes: 1 addition & 1 deletion samples/ar-model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation project(":samples:common")

// ArSceneView
releaseImplementation "io.github.sceneview:arsceneview:0.10.0"
releaseImplementation "io.github.sceneview:arsceneview:0.10.1"
debugImplementation project(":arsceneview")
}
2 changes: 1 addition & 1 deletion samples/ar-point-cloud/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation project(":samples:common")

// ArSceneView
releaseImplementation "io.github.sceneview:arsceneview:0.10.0"
releaseImplementation "io.github.sceneview:arsceneview:0.10.1"
debugImplementation project(":arsceneview")
}
2 changes: 1 addition & 1 deletion samples/model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation project(":samples:common")

// SceneView
releaseImplementation "io.github.sceneview:sceneview:1.0.10"
releaseImplementation "io.github.sceneview:sceneview:1.0.11"
debugImplementation project(":sceneview_1_0_0")
}
2 changes: 1 addition & 1 deletion sceneview/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
######################
POM_NAME=SceneView
POM_ARTIFACT_ID=sceneview
VERSION_NAME=0.10.0
VERSION_NAME=0.10.1
POM_PACKAGING=aar
2 changes: 1 addition & 1 deletion sceneview_1_0_0/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
######################
POM_NAME=SceneView
POM_ARTIFACT_ID=sceneview
VERSION_NAME=1.0.10
VERSION_NAME=1.0.11
POM_PACKAGING=aar

0 comments on commit 2d27465

Please sign in to comment.