File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
12# GOOGLE SAMPLE PACKAGING DATA
23#
34# This file is used by Google as part of our samples packaging process.
Original file line number Diff line number Diff line change 1+
12buildscript {
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 ->
Original file line number Diff line number Diff line change 1414 See the License for the specific language governing permissions and
1515 limitations under the License.
1616-->
17+
1718<resources >
1819
1920
Original file line number Diff line number Diff line change 1414 See the License for the specific language governing permissions and
1515 limitations under the License.
1616-->
17+
1718<resources >
1819
1920 <!-- Activity themes -->
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 1+
12This sample uses the following software:
23
34Copyright 2015 The Android Open Source Project
Original file line number Diff line number Diff line change 1+
12Android Camera2Basic Sample
23===================================
34
You can’t perform that action at this time.
0 commit comments