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
10
10
11
11
``` gradle
12
12
dependencies {
13
- implementation "com.gorisse.thomas.sceneform:sceneform:1.20.4 "
13
+ implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5 "
14
14
}
15
15
```
16
16
@@ -86,7 +86,7 @@ This repository was originaly a fork of [Sceneform](https://github.com/google-ar
86
86
* app/build.gradle*
87
87
``` gradle
88
88
dependencies {
89
- implementation "com.gorisse.thomas.sceneform:sceneform:1.20.4 "
89
+ implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5 "
90
90
}
91
91
```
92
92
[ ** 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.4 ")
59
+ implementation("com.gorisse.thomas.sceneform:sceneform:1.20.5 ")
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.4
9
+ VERSION_NAME =1.20.5
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.4 "
35
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.5 "
36
36
debugApi project(" :sceneform" )
37
37
}
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ dependencies {
26
26
implementation " androidx.appcompat:appcompat:$appcompat_version "
27
27
implementation " androidx.fragment:fragment:$fragment_version "
28
28
29
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.4 "
29
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.5 "
30
30
debugApi project(" :sceneform" )
31
31
}
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ dependencies {
49
49
implementation " com.google.android.material:material:$material_version "
50
50
51
51
// Sceneform
52
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.4 "
52
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.5 "
53
53
debugApi project(" :sceneform" )
54
54
}
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ dependencies {
26
26
implementation " androidx.appcompat:appcompat:$appcompat_version "
27
27
implementation " androidx.fragment:fragment:$fragment_version "
28
28
29
- releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.4 "
29
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.5 "
30
30
debugApi project(" :sceneform" )
31
31
}
Original file line number Diff line number Diff line change 16
16
import com .google .ar .sceneform .rendering .Renderable ;
17
17
import com .google .ar .sceneform .rendering .RenderableInstance ;
18
18
import com .google .ar .sceneform .rendering .Texture ;
19
- import com .google .ar .sceneform .ux .ArFragment ;
20
19
import com .google .ar .sceneform .ux .ArFrontFacingFragment ;
21
20
import com .google .ar .sceneform .ux .AugmentedFaceNode ;
22
21
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.4 "
39
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.5 "
40
40
debugApi project(" :sceneform" )
41
41
42
42
}
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.4 "
30
+ releaseImplementation " com.gorisse.thomas.sceneform:sceneform:1.20.5 "
31
31
debugApi project(" :sceneform" )
32
32
}
You can’t perform that action at this time.
0 commit comments