Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 51b5d71

Browse files
Auto-update
1 parent 0f41bae commit 51b5d71

File tree

7 files changed

+13
-1
lines changed

7 files changed

+13
-1
lines changed

.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

@@ -35,6 +36,11 @@ android {
3536
targetSdkVersion 22
3637
}
3738

39+
compileOptions {
40+
sourceCompatibility JavaVersion.VERSION_1_7
41+
targetCompatibility JavaVersion.VERSION_1_7
42+
}
43+
3844
sourceSets {
3945
main {
4046
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">TextLinkify</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 TextLinkify Sample
23
===================================
34

0 commit comments

Comments
 (0)