Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Apr 12, 2022
1 parent 405b5ad commit 41ea3c0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a Sceneform replacement in Kotlin
```gradle
dependencies {
// 3D only
implementation 'io.github.sceneview:sceneview:0.4.0'
implementation 'io.github.sceneview:sceneview:0.4.1'
}
```
[API Reference](https://sceneview.github.io/api/sceneview-android/sceneview/)
Expand All @@ -34,7 +34,7 @@ dependencies {
```gradle
dependencies {
// 3D and ARCore
implementation 'io.github.sceneview:arsceneview:0.4.0'
implementation 'io.github.sceneview:arsceneview:0.4.1'
}
```
[API Reference](https://sceneview.github.io/api/sceneview-android/arsceneview/)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# MavenCentral Publish
######################
GROUP=io.github.sceneview
VERSION_NAME=0.4.0
VERSION_NAME=0.4.1

POM_DESCRIPTION=3D/AR Android View with ARCore and Google Filament

Expand Down
2 changes: 1 addition & 1 deletion samples/ar-cloud-anchor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"

// ArSceneView
releaseImplementation "io.github.sceneview:arsceneview:0.4.0"
releaseImplementation "io.github.sceneview:arsceneview:0.4.1"
debugImplementation project(":arsceneview")

// AndroidX
Expand Down
2 changes: 1 addition & 1 deletion samples/ar-cursor-placement/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"

// ArSceneView
releaseImplementation "io.github.sceneview:arsceneview:0.4.0"
releaseImplementation "io.github.sceneview:arsceneview:0.4.1"
debugImplementation project(":arsceneview")

// AndroidX
Expand Down
2 changes: 1 addition & 1 deletion samples/ar-model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"

// ArSceneView
releaseImplementation "io.github.sceneview:arsceneview:0.4.0"
releaseImplementation "io.github.sceneview:arsceneview:0.4.1"
debugImplementation project(":arsceneview")

// AndroidX
Expand Down
2 changes: 1 addition & 1 deletion samples/model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"

// SceneView
releaseImplementation "io.github.sceneview:sceneview:0.4.0"
releaseImplementation "io.github.sceneview:sceneview:0.4.1"
debugImplementation project(":sceneview")

// AndroidX
Expand Down

0 comments on commit 41ea3c0

Please sign in to comment.