Skip to content

Commit

Permalink
Release 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Aug 4, 2023
1 parent 9a0bb3b commit adb9f9c
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This repository was originaly a fork of [Sceneform](https://github.com/google-ar
*app/build.gradle*
```gradle
dependencies {
implementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
implementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
}
```
[**more...**](https://sceneview.github.io/sceneform-android/dependencies)
Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ dependencies {
implementation "com.github.kittinunf.fuel:fuel-coroutines:$fuel_version"
}

//mavenPublish {
// releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
//}
mavenPublish {
releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This repository is a fork of [Sceneform](https://github.com/google-ar/sceneform-
*app/build.gradle*
```gradle
dependencies {
implementation("com.gorisse.thomas.sceneform:sceneform:1.22.0")
implementation("com.gorisse.thomas.sceneform:sceneform:1.23.0")
}
```
[**more...**](https://sceneview.github.io/sceneform-android/dependencies)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx4608m -Dkotlin.daemon.jvm.options\="-Xmx4608m"
# MavenCentral Publish
######################
GROUP=com.gorisse.thomas.sceneform
VERSION_NAME=1.22.0
VERSION_NAME=1.23.0
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.
POM_URL=https://github.com/SceneView/sceneform-android
POM_SCM_URL=https://github.com/SceneView/sceneform-android
Expand Down
2 changes: 1 addition & 1 deletion samples/3d-model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment-ktx:$fragment_ktx_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/ar-model-viewer-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment:$fragment_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/ar-model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ dependencies {
implementation "com.google.android.material:material:$material_version"

// Sceneform
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/augmented-faces/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment:$fragment_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/augmented-images/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

implementation "com.google.android.material:material:$material_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")

}
2 changes: 1 addition & 1 deletion samples/depth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment:$fragment_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/environment-lights/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ dependencies {

implementation "com.google.android.material:material:$material_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/image-texture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.fragment:fragment-ktx:$fragment_ktx_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")
}
2 changes: 1 addition & 1 deletion samples/video-texture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {

implementation "com.google.android.material:material:$material_version"

releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.22.0"
releaseImplementation "com.gorisse.thomas.sceneform:sceneform:1.23.0"
debugApi project(":sceneform")
}
6 changes: 3 additions & 3 deletions sceneform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ dependencies {
api project(":ux")
}

//mavenPublish {
// releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
//}
mavenPublish {
releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
}
6 changes: 3 additions & 3 deletions ux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
}

//mavenPublish {
// releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
//}
mavenPublish {
releaseSigningEnabled = project.hasProperty('signing.keyId') && project.hasProperty('signing.password')
}

0 comments on commit adb9f9c

Please sign in to comment.