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

Commit

Permalink
Update upstream lib
Browse files Browse the repository at this point in the history
  • Loading branch information
se-bastiaan committed Apr 19, 2020
1 parent 60e4588 commit 6f2f33b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.TorrentStream'

android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 29

defaultConfig {
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion 29
}

buildTypes {
Expand All @@ -41,7 +40,7 @@ android {
}

ext {
torrentStreamVersion = '2.6.1'
torrentStreamVersion = '2.7.0'
}

dependencies {
Expand Down

0 comments on commit 6f2f33b

Please sign in to comment.