Skip to content

Commit

Permalink
Release 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Jun 24, 2021
1 parent 75e30cd commit 8481717
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apps without requiring OpenGL or Unity.
*app/build.gradle*
```gradle
dependencies {
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.2")
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.3")
}
```
**[more...](https://thomasgorisse.github.io/sceneform-android-sdk/dependencies)**
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
// Sceneform requires minSdkVersion >= 24.
minSdkVersion 24
targetSdkVersion 30
versionCode 12
versionName "1.19.2"
versionCode 13
versionName "1.19.3"
}
compileOptions {
// Sceneform libraries use language constructs from Java 8.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apps without requiring OpenGL or Unity.
*app/build.gradle*
```gradle
dependencies {
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.2")
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.3")
}
```
**[more...](https://thomasgorisse.github.io/sceneform-android-sdk/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=-Xmx1536M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
# Maven Publish
###############
GROUP=com.gorisse.thomas.sceneform
VERSION_NAME=1.19.2
VERSION_NAME=1.19.3
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/thomasgorisse/sceneform-android-sdk
POM_SCM_URL=https://github.com/thomasgorisse/sceneform-android-sdk
Expand Down
4 changes: 2 additions & 2 deletions sceneform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 30
versionCode 12
versionName "1.19.2"
versionCode 13
versionName "1.19.3"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions ux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
// Sceneform requires minSdkVersion >= 24.
minSdkVersion 24
targetSdkVersion 30
versionCode 12
versionName "1.19.2"
versionCode 13
versionName "1.19.3"
}
compileOptions {
// Sceneform libraries use language constructs from Java 8.
Expand Down

0 comments on commit 8481717

Please sign in to comment.