Skip to content

Commit

Permalink
Release 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Jul 8, 2021
1 parent d1a58e8 commit 51b2e84
Show file tree
Hide file tree
Showing 300 changed files with 142,160 additions and 12,861 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Sceneform Maintained SDK for Android
*app/build.gradle*
```gradle
dependencies {
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.3")
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.4")
}
```
**[more...](https://thomasgorisse.github.io/sceneform-android-sdk/dependencies)**
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
if (project.hasProperty('mavenCentralRepositoryUsername') && project.hasProperty('mavenCentralRepositoryPassword')) {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.14.2'
if (project.hasProperty('mavenCentralUsername') && project.hasProperty('mavenCentralPassword')) {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.17.0'
}
}
}
Expand Down
8 changes: 4 additions & 4 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 13
versionName "1.19.3"
versionCode 14
versionName "1.19.4"
}
compileOptions {
// Sceneform libraries use language constructs from Java 8.
Expand Down Expand Up @@ -35,6 +35,6 @@ dependencies {
implementation 'com.google.android.material:material:1.3.0'
}

if (project.hasProperty('mavenCentralRepositoryUsername') && project.hasProperty('mavenCentralRepositoryPassword')) {
// apply plugin: "com.vanniktech.maven.publish"
if (project.hasProperty('mavenCentralUsername') && project.hasProperty('mavenCentralPassword')) {
apply plugin: "com.vanniktech.maven.publish"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import com.google.ar.core.Config.LightEstimationMode;
import com.google.ar.core.Frame;
import com.google.ar.core.LightEstimate;
import com.google.ar.core.Plane;
import com.google.ar.core.Pose;
import com.google.ar.core.Session;
import com.google.ar.core.TrackingState;
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ navigation: # accepts {file, title, url, icon, sidebaricon}
- {title: "Emulator", url: "/#emulator"}
- {title: "Go further", url: "/#go-further"}
- {title: "Sponsor", url: "https://github.com/sponsors/ThomasGorisse"}
- {title: "Javadoc", url: "/javadoc/index.html"}

external:
- {title: Github, icon: github, url: "https://github.com/ThomasGorisse/sceneform-android-sdk"}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Sceneform Maintained SDK for Android
*app/build.gradle*
```gradle
dependencies {
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.3")
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.4")
}
```
**[more...](https://thomasgorisse.github.io/sceneform-android-sdk/dependencies)**
Expand Down
52 changes: 0 additions & 52 deletions docs/javadoc/allclasses-frame.html

This file was deleted.

Loading

0 comments on commit 51b2e84

Please sign in to comment.