Skip to content

Commit 993ad53

Browse files
committed
Release 1.21.0
1 parent b0422a4 commit 993ad53

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This repository was originaly a fork of [Sceneform](https://github.com/google-ar
5050
*app/build.gradle*
5151
```gradle
5252
dependencies {
53-
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
53+
implementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
5454
}
5555
```
5656
[**more...**](https://sceneview.github.io/sceneform-android/dependencies)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This repository is a fork of [Sceneform](https://github.com/google-ar/sceneform-
5656
*app/build.gradle*
5757
```gradle
5858
dependencies {
59-
implementation("com.gorisse.thomas.sceneform:sceneform:1.20.5")
59+
implementation("com.gorisse.thomas.sceneform:sceneform:1.21.0")
6060
}
6161
```
6262
[**more...**](https://sceneview.github.io/sceneform-android/dependencies)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx4608m -Dkotlin.daemon.jvm.options\="-Xmx4608m"
66
# MavenCentral Publish
77
######################
88
GROUP=com.gorisse.thomas.sceneform
9-
VERSION_NAME=1.20.5
9+
VERSION_NAME=1.21.0
1010
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.
1111
POM_URL=https://github.com/SceneView/sceneform-android
1212
POM_SCM_URL=https://github.com/SceneView/sceneform-android

samples/3d-model-viewer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ dependencies {
3232
implementation "androidx.appcompat:appcompat:$appcompat_version"
3333
implementation "androidx.fragment:fragment-ktx:$fragment_ktx_version"
3434

35-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
35+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
3636
debugApi project(":sceneform")
3737
}

samples/ar-model-viewer-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ dependencies {
2727
implementation "androidx.appcompat:appcompat:$appcompat_version"
2828
implementation "androidx.fragment:fragment:$fragment_version"
2929

30-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
30+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
3131
debugApi project(":sceneform")
3232
}

samples/ar-model-viewer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ dependencies {
5050
implementation "com.google.android.material:material:$material_version"
5151

5252
// Sceneform
53-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
53+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
5454
debugApi project(":sceneform")
5555
}

samples/augmented-faces/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ dependencies {
2828
implementation "androidx.appcompat:appcompat:$appcompat_version"
2929
implementation "androidx.fragment:fragment:$fragment_version"
3030

31-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
31+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
3232
debugApi project(":sceneform")
3333
}

samples/augmented-images/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

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

39-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
39+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
4040
debugApi project(":sceneform")
4141

4242
}

samples/depth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ dependencies {
2929
implementation "androidx.appcompat:appcompat:$appcompat_version"
3030
implementation "androidx.fragment:fragment:$fragment_version"
3131

32-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
32+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
3333
debugApi project(":sceneform")
3434
}

samples/environment-lights/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ dependencies {
4040

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

43-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
43+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.21.0"
4444
debugApi project(":sceneform")
4545
}

0 commit comments

Comments
 (0)