File tree Expand file tree Collapse file tree 13 files changed +13
-14
lines changed
src/main/java/com/google/ar/sceneform/samples/augmentedfaces Expand file tree Collapse file tree 13 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Sceneform Maintained SDK for Android
1010
1111``` gradle
1212dependencies {
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
8888dependencies {
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 )
Original file line number Diff line number Diff 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
5858dependencies {
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 )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx4608m -Dkotlin.daemon.jvm.options\="-Xmx4608m"
66# MavenCentral Publish
77# #####################
88GROUP =com.gorisse.thomas.sceneform
9- VERSION_NAME =1.20.4
9+ VERSION_NAME =1.20.5
1010POM_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.
1111POM_URL =https://github.com/SceneView/sceneform-android
1212POM_SCM_URL =https://github.com/SceneView/sceneform-android
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1616import com .google .ar .sceneform .rendering .Renderable ;
1717import com .google .ar .sceneform .rendering .RenderableInstance ;
1818import com .google .ar .sceneform .rendering .Texture ;
19- import com .google .ar .sceneform .ux .ArFragment ;
2019import com .google .ar .sceneform .ux .ArFrontFacingFragment ;
2120import com .google .ar .sceneform .ux .AugmentedFaceNode ;
2221
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments