Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Update to compileSdkVersion 26.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightlyNexus authored and JakeWharton committed Aug 1, 2017
1 parent dff11dc commit 14ae770
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- build-tools-26.0.1
- android-26
- extra-android-m2repository
- extra-google-m2repository

Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
allprojects {
buildscript {
repositories {
google()
jcenter()
maven {
url 'https://maven.google.com'
}
}
}

repositories {
google()
jcenter()
}
}
8 changes: 4 additions & 4 deletions telecine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def getAnalyticsKey() {
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion '25.0.2'
compileSdkVersion 26
buildToolsVersion '26.0.1'

defaultConfig {
applicationId 'com.jakewharton.telecine'
Expand Down Expand Up @@ -75,8 +75,8 @@ android {
}

dependencies {
implementation 'com.android.support:support-annotations:25.1.0'
implementation 'com.android.support:design:25.1.0'
implementation 'com.android.support:support-annotations:26.0.0'
implementation 'com.android.support:design:26.0.0'
implementation 'com.google.android.gms:play-services-analytics:10.0.1'
implementation 'com.nightlynexus.demomode:demomode:0.1.2'
implementation 'com.jakewharton:butterknife:8.4.0'
Expand Down

0 comments on commit 14ae770

Please sign in to comment.