mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Update for Gradle 4
This commit is contained in:
parent
bedf472e9e
commit
673a115b52
@ -4,9 +4,6 @@ android {
|
|||||||
compileSdkVersion 26
|
compileSdkVersion 26
|
||||||
buildToolsVersion "26.0.0"
|
buildToolsVersion "26.0.0"
|
||||||
|
|
||||||
// Build release and debug libs
|
|
||||||
publishNonDefault true
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
@ -31,7 +28,13 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.squareup.okhttp:okhttp:2.4.0'
|
implementation 'com.squareup.okhttp:okhttp:2.4.0'
|
||||||
compile 'com.squareup.okio:okio:1.5.0'
|
implementation 'com.squareup.okio:okio:1.5.0'
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
|
||||||
|
implementation files('libs/tinyrtsp.jar')
|
||||||
|
|
||||||
|
// We expose an interface containing a jmDNS class
|
||||||
|
// so we need to expose the jmDNS library to users
|
||||||
|
// at compile time.
|
||||||
|
api files('libs/jmdns-3.4.2.jar')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user