Skip to content

Commit

Permalink
Release 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed May 12, 2022
1 parent b0422a4 commit 993ad53
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This repository was originaly a fork of [Sceneform](https://github.com/google-ar
*app/build.gradle*
```gradle
dependencies {
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
implementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
}
```
[**more...**](https://sceneview.github.io/sceneform-android/dependencies)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This repository is a fork of [Sceneform](https://github.com/google-ar/sceneform-
*app/build.gradle*
```gradle
dependencies {
implementation("com.gorisse.thomas.sceneform:sceneform:1.20.5")
implementation("com.gorisse.thomas.sceneform:sceneform:1.21.0")
}
```
[**more...**](https://sceneview.github.io/sceneform-android/dependencies)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx4608m -Dkotlin.daemon.jvm.options\="-Xmx4608m"
# MavenCentral Publish
######################
GROUP=com.gorisse.thomas.sceneform
VERSION_NAME=1.20.5
VERSION_NAME=1.21.0
POM_DESCRIPTION=Sceneform is a 3D framework with a physically based renderer that is optimized for mobile devices and that makes it easy for you to build Augmented Reality (AR) apps without requiring OpenGL or Unity.
POM_URL=https://github.com/SceneView/sceneform-android
POM_SCM_URL=https://github.com/SceneView/sceneform-android
Expand Down
2 changes: 1 addition & 1 deletion samples/3d-model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment-ktx:$fragment_ktx_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/ar-model-viewer-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment:$fragment_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/ar-model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ dependencies {
implementation "com.google.android.material:material:$material_version"

// Sceneform
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/augmented-faces/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment:$fragment_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/augmented-images/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

implementation "com.google.android.material:material:$material_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")

}
2 changes: 1 addition & 1 deletion samples/depth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment:$fragment_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/environment-lights/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ dependencies {

implementation "com.google.android.material:material:$material_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/image-texture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment-ktx:$fragment_ktx_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/video-texture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {

implementation "com.google.android.material:material:$material_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
debugApi project(":sceneform")
}

0 comments on commit 993ad53

Please sign in to comment.