Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
se-bastiaan committed Mar 29, 2017
1 parent 115f19a commit bafe499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.github.se_bastiaan.torrentstreamer.sample"
Expand All @@ -43,6 +43,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:appcompat-v7:25.3.1'
compile project(':library')
}

0 comments on commit bafe499

Please sign in to comment.