Skip to content

Commit 88a7a67

Browse files
committed
Release 1.20.5
1 parent 0b07343 commit 88a7a67

File tree

13 files changed

+13
-14
lines changed

13 files changed

+13
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Sceneform Maintained SDK for Android
1010

1111
```gradle
1212
dependencies {
13-
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
13+
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
1414
}
1515
```
1616

@@ -86,7 +86,7 @@ This repository was originaly a fork of [Sceneform](https://github.com/google-ar
8686
*app/build.gradle*
8787
```gradle
8888
dependencies {
89-
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
89+
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
9090
}
9191
```
9292
[**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.4")
59+
implementation("com.gorisse.thomas.sceneform:sceneform:1.20.5")
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.4
9+
VERSION_NAME=1.20.5
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.4"
35+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
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
@@ -26,6 +26,6 @@ dependencies {
2626
implementation "androidx.appcompat:appcompat:$appcompat_version"
2727
implementation "androidx.fragment:fragment:$fragment_version"
2828

29-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
29+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
3030
debugApi project(":sceneform")
3131
}

samples/ar-model-viewer/build.gradle

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

5151
// Sceneform
52-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
52+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
5353
debugApi project(":sceneform")
5454
}

samples/augmented-faces/build.gradle

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

29-
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
29+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
3030
debugApi project(":sceneform")
3131
}

samples/augmented-faces/src/main/java/com/google/ar/sceneform/samples/augmentedfaces/MainActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import com.google.ar.sceneform.rendering.Renderable;
1717
import com.google.ar.sceneform.rendering.RenderableInstance;
1818
import com.google.ar.sceneform.rendering.Texture;
19-
import com.google.ar.sceneform.ux.ArFragment;
2019
import com.google.ar.sceneform.ux.ArFrontFacingFragment;
2120
import com.google.ar.sceneform.ux.AugmentedFaceNode;
2221

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.4"
39+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
4040
debugApi project(":sceneform")
4141

4242
}

samples/depth/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.4"
30+
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
3131
debugApi project(":sceneform")
3232
}

0 commit comments

Comments
 (0)