Skip to content

Commit 4a60f9e

Browse files
committed
Target SDK 26
1 parent 9b3aa5a commit 4a60f9e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android:
66
- platform-tools
77
- tools
88
- build-tools-26.0.1
9-
- android-25
9+
- android-26
1010
- extra-android-m2repository
1111
- extra-google-m2repository
1212
licenses:

textoverlay-activity-example/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdkVersion 25
20+
compileSdkVersion 26
2121
buildToolsVersion '26.0.1'
2222

2323
defaultConfig {
2424
applicationId 'com.example.textoverlay.two'
2525
minSdkVersion 14
26-
targetSdkVersion 25
26+
targetSdkVersion 26
2727
versionCode 140109
2828
versionName '1.0.9'
2929
}
@@ -35,5 +35,5 @@ android {
3535

3636
dependencies {
3737
compile project(':textoverlay')
38-
compile 'com.android.support:appcompat-v7:25.4.0'
38+
compile 'com.android.support:appcompat-v7:26.0.1'
3939
}

textoverlay-lifecycle-example/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdkVersion 25
20+
compileSdkVersion 26
2121
buildToolsVersion '26.0.1'
2222

2323
defaultConfig {
2424
applicationId 'com.example.textoverlay.one'
2525
minSdkVersion 14
26-
targetSdkVersion 25
26+
targetSdkVersion 26
2727
versionCode 140109
2828
versionName '1.0.9'
2929
}
@@ -35,5 +35,5 @@ android {
3535

3636
dependencies {
3737
compile project(':textoverlay')
38-
compile 'com.android.support:appcompat-v7:25.4.0'
38+
compile 'com.android.support:appcompat-v7:26.0.1'
3939
}

textoverlay/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ if (localPropertiesFile.file) {
3131
apply plugin: 'com.android.library'
3232

3333
android {
34-
compileSdkVersion 25
34+
compileSdkVersion 26
3535
buildToolsVersion '26.0.1'
3636

3737
defaultConfig {
3838
minSdkVersion 14
39-
targetSdkVersion 25
39+
targetSdkVersion 26
4040
versionName '1.0.9'
4141
}
4242

@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
compile 'com.android.support:support-v4:25.4.0'
60+
compile 'com.android.support:support-v4:26.0.1'
6161
}
6262

6363
group = 'saschpe.android'

0 commit comments

Comments
 (0)