Skip to content

Commit

Permalink
Release 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Sep 26, 2021
1 parent de89d56 commit e75b8ba
Show file tree
Hide file tree
Showing 260 changed files with 14,920 additions and 15,631 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Sceneform Maintained SDK for Android
*app/build.gradle*
```gradle
dependencies {
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.6")
implementation("com.gorisse.thomas.sceneform:sceneform:1.20.0")
}
```
**[more...](https://thomasgorisse.github.io/sceneform-android-sdk/dependencies)**
Expand Down
19 changes: 16 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 30
defaultConfig {
// Sceneform requires minSdkVersion >= 24.
minSdkVersion 24
targetSdkVersion 31
targetSdkVersion 30

buildConfigField 'int', 'VERSION_CODE', "16"
buildConfigField 'String', 'VERSION_NAME', "\"1.19.6\""
buildConfigField 'String', 'VERSION_NAME', "\"1.20.0\""
}
compileOptions {
// Sceneform libraries use language constructs from Java 8.
Expand All @@ -33,6 +33,19 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

task javadoc(type: Javadoc) {
failOnError false
source = android.sourceSets.main.java.sourceFiles
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
// classpath += configurations.compile
}

// build a jar with javadoc
task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Sceneform Maintained SDK for Android
*app/build.gradle*
```gradle
dependencies {
implementation("com.gorisse.thomas.sceneform:sceneform:1.19.6")
implementation("com.gorisse.thomas.sceneform:sceneform:1.20.0")
}
```
**[more...](https://thomasgorisse.github.io/sceneform-android-sdk/dependencies)**
Expand Down
335 changes: 150 additions & 185 deletions docs/javadoc/allclasses-index.html

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions docs/javadoc/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc -->
<title>All Classes (core 1.19.6 API)</title>
<!-- Generated by javadoc (11.0.10) on Sun Sep 26 13:40:29 CEST 2021 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down Expand Up @@ -58,9 +59,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/google/ar/sceneform/lullmodel/DeviceType.html" title="class in com.google.ar.sceneform.lullmodel">DeviceType</a></li>
<li><a href="com/google/ar/sceneform/rendering/DpToMetersViewSizer.html" title="class in com.google.ar.sceneform.rendering">DpToMetersViewSizer</a></li>
<li><a href="com/google/ar/sceneform/rendering/EngineInstance.html" title="class in com.google.ar.sceneform.rendering">EngineInstance</a></li>
<li><a href="com/google/ar/sceneform/rendering/EnvironmentalHdrLightEstimate.html" title="class in com.google.ar.sceneform.rendering">EnvironmentalHdrLightEstimate</a></li>
<li><a href="com/google/ar/sceneform/utilities/EnvironmentalHdrParameters.html" title="class in com.google.ar.sceneform.utilities">EnvironmentalHdrParameters</a></li>
<li><a href="com/google/ar/sceneform/utilities/EnvironmentalHdrParameters.Builder.html" title="class in com.google.ar.sceneform.utilities">EnvironmentalHdrParameters.Builder</a></li>
<li><a href="com/google/ar/sceneform/rendering/ExternalTexture.html" title="class in com.google.ar.sceneform.rendering">ExternalTexture</a></li>
<li><a href="com/google/ar/sceneform/rendering/FilamentEngineWrapper.html" title="class in com.google.ar.sceneform.rendering">FilamentEngineWrapper</a></li>
<li><a href="com/google/ar/sceneform/rendering/FixedHeightViewSizer.html" title="class in com.google.ar.sceneform.rendering">FixedHeightViewSizer</a></li>
Expand All @@ -81,8 +79,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/google/ar/sceneform/rendering/Light.Builder.html" title="class in com.google.ar.sceneform.rendering">Light.Builder</a></li>
<li><a href="com/google/ar/sceneform/rendering/Light.Type.html" title="enum in com.google.ar.sceneform.rendering">Light.Type</a></li>
<li><a href="com/google/ar/sceneform/rendering/LightInstance.html" title="class in com.google.ar.sceneform.rendering">LightInstance</a></li>
<li><a href="com/google/ar/sceneform/rendering/LightProbe.html" title="class in com.google.ar.sceneform.rendering">LightProbe</a></li>
<li><a href="com/google/ar/sceneform/rendering/LightProbe.Builder.html" title="class in com.google.ar.sceneform.rendering">LightProbe.Builder</a></li>
<li><a href="com/google/ar/sceneform/rendering/LoadGltfListener.html" title="interface in com.google.ar.sceneform.rendering"><span class="interfaceName">LoadGltfListener</span></a></li>
<li><a href="com/google/ar/sceneform/rendering/LoadGltfListener.GltfLoadStage.html" title="enum in com.google.ar.sceneform.rendering">LoadGltfListener.GltfLoadStage</a></li>
<li><a href="com/google/ar/sceneform/utilities/LoadHelper.html" title="class in com.google.ar.sceneform.utilities">LoadHelper</a></li>
Expand Down Expand Up @@ -162,7 +158,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/google/ar/sceneform/collision/Sphere.html" title="class in com.google.ar.sceneform.collision">Sphere</a></li>
<li><a href="com/google/flatbuffers/Struct.html" title="class in com.google.flatbuffers">Struct</a></li>
<li><a href="com/google/ar/sceneform/lullmodel/SubmeshAabb.html" title="class in com.google.ar.sceneform.lullmodel">SubmeshAabb</a></li>
<li><a href="com/google/ar/sceneform/Sun.html" title="class in com.google.ar.sceneform">Sun</a></li>
<li><a href="com/google/flatbuffers/Table.html" title="class in com.google.flatbuffers">Table</a></li>
<li><a href="com/google/ar/sceneform/rendering/Texture.html" title="class in com.google.ar.sceneform.rendering">Texture</a></li>
<li><a href="com/google/ar/sceneform/rendering/Texture.Builder.html" title="class in com.google.ar.sceneform.rendering">Texture.Builder</a></li>
Expand Down
11 changes: 6 additions & 5 deletions docs/javadoc/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc -->
<title>All Packages (core 1.19.6 API)</title>
<!-- Generated by javadoc (11.0.10) on Sun Sep 26 13:40:29 CEST 2021 -->
<title>All Packages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -20,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (core 1.19.6 API)";
parent.document.title="All Packages";
}
}
catch(err) {
Expand Down Expand Up @@ -49,7 +50,7 @@
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
Expand Down Expand Up @@ -166,7 +167,7 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
Expand Down
Loading

0 comments on commit e75b8ba

Please sign in to comment.