File tree 15 files changed +21
-21
lines changed
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
52
52
* app/build.gradle*
53
53
``` gradle
54
54
dependencies {
55
- implementation "com.gorisse.thomas.sceneform:sceneform:1.22 .0"
55
+ implementation "com.gorisse.thomas.sceneform:sceneform:1.23 .0"
56
56
}
57
57
```
58
58
[ ** more...** ] ( https://sceneview.github.io/sceneform-android/dependencies )
Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ dependencies {
68
68
implementation " com.github.kittinunf.fuel:fuel-coroutines:$fuel_version "
69
69
}
70
70
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-
56
56
* app/build.gradle*
57
57
``` gradle
58
58
dependencies {
59
- implementation("com.gorisse.thomas.sceneform:sceneform:1.22 .0")
59
+ implementation("com.gorisse.thomas.sceneform:sceneform:1.23 .0")
60
60
}
61
61
```
62
62
[ ** 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"
6
6
# MavenCentral Publish
7
7
# #####################
8
8
GROUP =com.gorisse.thomas.sceneform
9
- VERSION_NAME =1.22 .0
9
+ VERSION_NAME =1.23 .0
10
10
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.
11
11
POM_URL =https://github.com/SceneView/sceneform-android
12
12
POM_SCM_URL =https://github.com/SceneView/sceneform-android
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ dependencies {
32
32
implementation " androidx.appcompat:appcompat:$appcompat_version "
33
33
implementation " androidx.fragment:fragment-ktx:$fragment_ktx_version "
34
34
35
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
35
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
36
36
debugApi project(" :sceneform" )
37
37
}
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ dependencies {
27
27
implementation " androidx.appcompat:appcompat:$appcompat_version "
28
28
implementation " androidx.fragment:fragment:$fragment_version "
29
29
30
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
30
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
31
31
debugApi project(" :sceneform" )
32
32
}
Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ dependencies {
50
50
implementation " com.google.android.material:material:$material_version "
51
51
52
52
// Sceneform
53
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
53
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
54
54
debugApi project(" :sceneform" )
55
55
}
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ dependencies {
28
28
implementation " androidx.appcompat:appcompat:$appcompat_version "
29
29
implementation " androidx.fragment:fragment:$fragment_version "
30
30
31
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
31
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
32
32
debugApi project(" :sceneform" )
33
33
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
37
37
implementation " com.google.android.material:material:$material_version "
38
38
39
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
39
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
40
40
debugApi project(" :sceneform" )
41
41
42
42
}
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ dependencies {
29
29
implementation " androidx.appcompat:appcompat:$appcompat_version "
30
30
implementation " androidx.fragment:fragment:$fragment_version "
31
31
32
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
32
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
33
33
debugApi project(" :sceneform" )
34
34
}
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ dependencies {
40
40
41
41
implementation " com.google.android.material:material:$material_version "
42
42
43
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
43
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
44
44
debugApi project(" :sceneform" )
45
45
}
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ dependencies {
32
32
implementation " androidx.appcompat:appcompat:$appcompat_version "
33
33
implementation " androidx.fragment:fragment-ktx:$fragment_ktx_version "
34
34
35
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
35
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
36
36
debugApi project(" :sceneform" )
37
37
}
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ dependencies {
34
34
35
35
implementation " com.google.android.material:material:$material_version "
36
36
37
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.22 .0"
37
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.23 .0"
38
38
debugApi project(" :sceneform" )
39
39
}
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ dependencies {
41
41
api project(" :ux" )
42
42
}
43
43
44
- // mavenPublish {
45
- // releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
46
- // }
44
+ mavenPublish {
45
+ releaseSigningEnabled = project. hasProperty(' signing.keyId' ) && project. hasProperty(' signing.password' )
46
+ }
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ dependencies {
49
49
implementation " androidx.appcompat:appcompat:$appcompat_version "
50
50
}
51
51
52
- // mavenPublish {
53
- // releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
54
- // }
52
+ mavenPublish {
53
+ releaseSigningEnabled = project. hasProperty(' signing.keyId' ) && project. hasProperty(' signing.password' )
54
+ }
You can’t perform that action at this time.
0 commit comments