File tree Expand file tree Collapse file tree 15 files changed +21
-21
lines changed Expand file tree Collapse file tree 15 files changed +21
-21
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.22 .0"
55+ implementation "com.gorisse.thomas.sceneform:sceneform:1.23 .0"
5656}
5757```
5858[ ** more...** ] ( https://sceneview.github.io/sceneform-android/dependencies )
Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ dependencies {
6868 implementation " com.github.kittinunf.fuel:fuel-coroutines:$fuel_version "
6969}
7070
71- // mavenPublish {
72- // releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
73- // }
71+ mavenPublish {
72+ releaseSigningEnabled = project. hasProperty(' signing.keyId' ) && project. hasProperty(' signing.password' )
73+ }
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.22 .0")
59+ implementation("com.gorisse.thomas.sceneform:sceneform:1.23 .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.22 .0
9+ VERSION_NAME =1.23 .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
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.22 .0"
35+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
3636 debugApi project(" :sceneform" )
3737}
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.22 .0"
30+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
3131 debugApi project(" :sceneform" )
3232}
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.22 .0"
53+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
5454 debugApi project(" :sceneform" )
5555}
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.22 .0"
31+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
3232 debugApi project(" :sceneform" )
3333}
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.22 .0"
39+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
4040 debugApi project(" :sceneform" )
4141
4242}
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.22 .0"
32+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
3333 debugApi project(" :sceneform" )
3434}
You can’t perform that action at this time.
0 commit comments