Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
release yildun
Browse files Browse the repository at this point in the history
  • Loading branch information
jguomoto committed Oct 18, 2016
1 parent 1417234 commit e29ee36
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions cpp_augmented_reality_example/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_basic_examples/hello_area_description/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_basic_examples/hello_depth_perception/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_basic_examples/hello_motion_tracking/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_basic_examples/hello_video/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_mesh_builder_example/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_motion_tracking_example/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_plane_fitting_example/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_point_cloud_example/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_point_to_point_example/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_rgb_depth_sync_example/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions cpp_video_stabilization_experiment/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
targetSdkVersion 22
}

sourceSets.main {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2014 Google Inc. All Rights Reserved.
# Copyright 2016 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

APP_ABI := armeabi-v7a arm64-v8a x86
APP_STL := gnustl_static
APP_PLATFORM := android-19

0 comments on commit e29ee36

Please sign in to comment.