Skip to content

Commit

Permalink
Release 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Feb 19, 2022
1 parent 0b07343 commit 88a7a67
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sceneform Maintained SDK for Android

```gradle
dependencies {
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
}
```

Expand Down Expand Up @@ -86,7 +86,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.4"
implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
}
```
[**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.4")
implementation("com.gorisse.thomas.sceneform:sceneform:1.20.5")
}
```
[**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.4
VERSION_NAME=1.20.5
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.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
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 @@ -26,6 +26,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment:$fragment_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
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 @@ -49,6 +49,6 @@ dependencies {
implementation "com.google.android.material:material:$material_version"

// Sceneform
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
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 @@ -26,6 +26,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment:$fragment_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
debugApi project(":sceneform")
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import com.google.ar.sceneform.rendering.Renderable;
import com.google.ar.sceneform.rendering.RenderableInstance;
import com.google.ar.sceneform.rendering.Texture;
import com.google.ar.sceneform.ux.ArFragment;
import com.google.ar.sceneform.ux.ArFrontFacingFragment;
import com.google.ar.sceneform.ux.AugmentedFaceNode;

Expand Down
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.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
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 @@ -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.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
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 @@ -39,6 +39,6 @@ dependencies {

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

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
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.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
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.4"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"
debugApi project(":sceneform")
}

0 comments on commit 88a7a67

Please sign in to comment.