File tree Expand file tree Collapse file tree 12 files changed +22
-22
lines changed Expand file tree Collapse file tree 12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ This repository was originaly a fork of [Sceneform](https://github.com/google-ar
5252* app/build.gradle*
5353``` gradle
5454dependencies {
55- implementation "com.gorisse.thomas.sceneform:sceneform:1.21 .0"
55+ implementation "com.gorisse.thomas.sceneform:sceneform:1.22 .0"
5656}
5757```
5858[ ** 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.21 .0")
59+ implementation("com.gorisse.thomas.sceneform:sceneform:1.22 .0")
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.21 .0
9+ VERSION_NAME =1.22 .0
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
@@ -17,4 +17,4 @@ POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
1717POM_LICENCE_DIST =repo
1818POM_DEVELOPER_ID =thomasgorisse
1919POM_DEVELOPER_NAME =Thomas Gorisse
20- POM_DEVELOPER_URL =https://github.com/ThomasGorisse
20+ POM_DEVELOPER_URL =https://github.com/ThomasGorisse
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.21 .0"
35+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
3636 debugApi project(" :sceneform" )
37- }
37+ }
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.21 .0"
30+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
3131 debugApi project(" :sceneform" )
32- }
32+ }
Original file line number Diff line number Diff 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.21 .0"
53+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
5454 debugApi project(" :sceneform" )
55- }
55+ }
Original file line number Diff line number Diff 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.21 .0"
31+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
3232 debugApi project(" :sceneform" )
33- }
33+ }
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.21 .0"
39+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
4040 debugApi project(" :sceneform" )
4141
42- }
42+ }
Original file line number Diff line number Diff 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.21 .0"
32+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
3333 debugApi project(" :sceneform" )
34- }
34+ }
Original file line number Diff line number Diff 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.21 .0"
43+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
4444 debugApi project(" :sceneform" )
45- }
45+ }
You can’t perform that action at this time.
0 commit comments