Skip to content

Commit b51ebca

Browse files
Auto-update
1 parent 608f480 commit b51ebca

7 files changed

Lines changed: 13 additions & 1 deletion

File tree

.google/packaging.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# GOOGLE SAMPLE PACKAGING DATA
23
#
34
# This file is used by Google as part of our samples packaging process.

Application/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
12
buildscript {
23
repositories {
34
jcenter()
45
}
56

67
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.0.0'
8+
classpath 'com.android.tools.build:gradle:1.1.0'
89
}
910
}
1011

@@ -37,6 +38,11 @@ android {
3738
targetSdkVersion 21
3839
}
3940

41+
compileOptions {
42+
sourceCompatibility JavaVersion.VERSION_1_7
43+
targetCompatibility JavaVersion.VERSION_1_7
44+
}
45+
4046
sourceSets {
4147
main {
4248
dirs.each { dir ->

Application/src/main/res/values-v21/base-colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17+
1718
<resources>
1819

1920

Application/src/main/res/values-v21/base-template-styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17+
1718
<resources>
1819

1920
<!-- Activity themes -->

Application/src/main/res/values/base-strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17+
1718
<resources>
1819
<string name="app_name">Camera2Basic</string>
1920
<string name="intro_message">

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
This sample uses the following software:
23

34
Copyright 2015 The Android Open Source Project

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Android Camera2Basic Sample
23
===================================
34

0 commit comments

Comments
 (0)