Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Feb 28, 2022
1 parent d77aede commit 613f0ca
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 @@ -24,15 +24,15 @@
```gradle
dependencies {
// 3D only
implementation 'io.github.sceneview:sceneview:0.0.3'
implementation 'io.github.sceneview:sceneview:0.1.0'
}
```

- 3D and ARCore
```gradle
dependencies {
// 3D and ARCore
implementation 'io.github.sceneview:arsceneview:0.0.3'
implementation 'io.github.sceneview:arsceneview:0.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion arsceneview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation 'com.google.android.material:material:1.5.0'

// SceneView
releaseApi "io.github.sceneview:sceneview:0.0.3"
releaseApi "io.github.sceneview:sceneview:0.1.0"
debugApi project(":sceneview")

// ARCore
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.0.3
VERSION_NAME=0.1.0

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

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.0.3"
releaseImplementation "io.github.sceneview:arsceneview:0.1.0"
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.0.3"
releaseImplementation "io.github.sceneview:arsceneview:0.1.0"
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"

// ArSceneView
releaseImplementation "io.github.sceneview:sceneview:0.0.3"
releaseImplementation "io.github.sceneview:sceneview:0.1.0"
debugImplementation project(":sceneview")

// AndroidX
Expand Down

0 comments on commit 613f0ca

Please sign in to comment.