提交 372500b8 编写于 作者: G google-automerger

Auto-update

上级 3dbce815
# GOOGLE SAMPLE PACKAGING DATA
#
# This file is used by Google as part of our samples packaging process.
......
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}
......@@ -37,6 +38,11 @@ android {
targetSdkVersion 21
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
sourceSets {
main {
dirs.each { dir ->
......
......@@ -14,6 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
......
......@@ -14,6 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Activity themes -->
......
......@@ -14,6 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="app_name">Camera2Video</string>
<string name="intro_message">
......
This sample uses the following software:
Copyright 2015 The Android Open Source Project
......
Android Camera2Video Sample
===================================
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册