diff --git a/augmented-images/README.md b/augmented-images/README.md index 71d2ff6..59eb8b3 100644 --- a/augmented-images/README.md +++ b/augmented-images/README.md @@ -1,6 +1,6 @@ # Augmented images -ARCore and Sceneform made with Augmented Image to show a virtual earth. +ARCore and Sceneform project made with Augmented Image to show a virtual earth. ## Credit diff --git a/augmented-images/build.gradle b/augmented-images/build.gradle index fa9e126..993a84e 100644 --- a/augmented-images/build.gradle +++ b/augmented-images/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.ar.sceneform:plugin:1.6.0' diff --git a/augmented-images/gradle/wrapper/gradle-wrapper.properties b/augmented-images/gradle/wrapper/gradle-wrapper.properties index 9a4163a..288dba7 100644 --- a/augmented-images/gradle/wrapper/gradle-wrapper.properties +++ b/augmented-images/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sat Feb 02 18:25:35 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip diff --git a/cloud-anchors/.idea/copyright/GPL_v__2_0.xml b/cloud-anchors/.idea/copyright/GPL_v__2_0.xml index 534f537..6ac8137 100644 --- a/cloud-anchors/.idea/copyright/GPL_v__2_0.xml +++ b/cloud-anchors/.idea/copyright/GPL_v__2_0.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/cloud-anchors/.idea/misc.xml b/cloud-anchors/.idea/misc.xml index b0c7b20..703e5d4 100644 --- a/cloud-anchors/.idea/misc.xml +++ b/cloud-anchors/.idea/misc.xml @@ -1,33 +1,9 @@ - - - + + + + diff --git a/cloud-anchors/README.md b/cloud-anchors/README.md new file mode 100644 index 0000000..7ab0023 --- /dev/null +++ b/cloud-anchors/README.md @@ -0,0 +1,10 @@ +# Cloud Anchors + +ARCore and Sceneform project made with Cloud Anchors to build a cross devices AR experience + +## Credit + +This app uses [tulip pot][tulip] model by [Mike M][mike]. + +[tulip]: https://poly.google.com/view/0zkiY3qaSRP +[mike]: https://poly.google.com/user/2U5vPocDfmr diff --git a/collision/README.md b/collision/README.md new file mode 100644 index 0000000..e870c0d --- /dev/null +++ b/collision/README.md @@ -0,0 +1,3 @@ +# Collision + +ARCore and Sceneform project to show how detect collision between virtual object. diff --git a/runtime-building-models/.idea/copyright/GPL_v__2_0.xml b/runtime-building-models/.idea/copyright/GPL_v__2_0.xml index 534f537..6ac8137 100644 --- a/runtime-building-models/.idea/copyright/GPL_v__2_0.xml +++ b/runtime-building-models/.idea/copyright/GPL_v__2_0.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/runtime-building-models/.idea/misc.xml b/runtime-building-models/.idea/misc.xml index b0c7b20..703e5d4 100644 --- a/runtime-building-models/.idea/misc.xml +++ b/runtime-building-models/.idea/misc.xml @@ -1,33 +1,9 @@ - - - + + + + diff --git a/runtime-building-models/build.gradle b/runtime-building-models/build.gradle index a3176b9..ee486a6 100644 --- a/runtime-building-models/build.gradle +++ b/runtime-building-models/build.gradle @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.71' + ext.kotlin_version = '1.3.11' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/runtime-building-models/gradle/wrapper/gradle-wrapper.properties b/runtime-building-models/gradle/wrapper/gradle-wrapper.properties index 9a4163a..b2b729b 100644 --- a/runtime-building-models/gradle/wrapper/gradle-wrapper.properties +++ b/runtime-building-models/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sat Feb 02 18:17:45 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip diff --git a/runtime-fetching-models/.idea/misc.xml b/runtime-fetching-models/.idea/misc.xml index b0c7b20..703e5d4 100644 --- a/runtime-fetching-models/.idea/misc.xml +++ b/runtime-fetching-models/.idea/misc.xml @@ -1,33 +1,9 @@ - - - + + + + diff --git a/runtime-fetching-models/build.gradle b/runtime-fetching-models/build.gradle index a3176b9..ee486a6 100644 --- a/runtime-fetching-models/build.gradle +++ b/runtime-fetching-models/build.gradle @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.71' + ext.kotlin_version = '1.3.11' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/runtime-fetching-models/gradle/wrapper/gradle-wrapper.properties b/runtime-fetching-models/gradle/wrapper/gradle-wrapper.properties index 9a4163a..9c718ee 100644 --- a/runtime-fetching-models/gradle/wrapper/gradle-wrapper.properties +++ b/runtime-fetching-models/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sat Feb 02 18:19:07 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip diff --git a/solar-system/.idea/copyright/GPL_v__2_0.xml b/solar-system/.idea/copyright/GPL_v__2_0.xml index 534f537..6ac8137 100644 --- a/solar-system/.idea/copyright/GPL_v__2_0.xml +++ b/solar-system/.idea/copyright/GPL_v__2_0.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/solar-system/.idea/misc.xml b/solar-system/.idea/misc.xml index b0c7b20..703e5d4 100644 --- a/solar-system/.idea/misc.xml +++ b/solar-system/.idea/misc.xml @@ -1,33 +1,9 @@ - - - + + + +