File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ This repository was originaly a fork of [Sceneform](https://github.com/google-ar
50
50
* app/build.gradle*
51
51
``` gradle
52
52
dependencies {
53
- implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5 "
53
+ implementation "com.gorisse.thomas.sceneform:sceneform:1.21.0 "
54
54
}
55
55
```
56
56
[ ** 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-
56
56
* app/build.gradle*
57
57
``` gradle
58
58
dependencies {
59
- implementation("com.gorisse.thomas.sceneform:sceneform:1.20.5 ")
59
+ implementation("com.gorisse.thomas.sceneform:sceneform:1.21.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.20.5
9
+ VERSION_NAME =1.21.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.20.5 "
35
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.21.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.20.5 "
30
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.21.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.20.5 "
53
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.21.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.20.5 "
31
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.21.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.20.5 "
39
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.21.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.20.5 "
32
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.21.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.20.5 "
43
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.21.0 "
44
44
debugApi project(" :sceneform" )
45
45
}
You can’t perform that action at this time.
0 commit comments