2015-09-04 02:15:03 +02:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
android {
|
2017-08-01 23:54:32 +02:00
|
|
|
compileSdkVersion 26
|
|
|
|
buildToolsVersion '26.0.1'
|
2015-09-04 02:15:03 +02:00
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "org.schabi.newpipe"
|
2015-09-21 01:10:11 +02:00
|
|
|
minSdkVersion 15
|
2017-08-01 23:54:32 +02:00
|
|
|
targetSdkVersion 26
|
2017-08-07 18:16:19 +02:00
|
|
|
versionCode 38
|
|
|
|
versionName "0.10.0"
|
2017-06-28 07:27:32 +02:00
|
|
|
|
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
2017-08-12 06:50:25 +02:00
|
|
|
vectorDrawables.useSupportLibrary = true
|
2015-09-04 02:15:03 +02:00
|
|
|
}
|
|
|
|
buildTypes {
|
|
|
|
release {
|
|
|
|
minifyEnabled false
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
|
|
}
|
2017-08-07 15:02:30 +02:00
|
|
|
debug {
|
|
|
|
multiDexEnabled true
|
|
|
|
|
|
|
|
debuggable true
|
|
|
|
applicationIdSuffix ".debug"
|
|
|
|
}
|
2015-09-04 02:15:03 +02:00
|
|
|
}
|
2015-12-24 14:55:33 +01:00
|
|
|
|
2015-12-01 21:31:10 +01:00
|
|
|
lintOptions {
|
|
|
|
checkReleaseBuilds false
|
|
|
|
// Or, if you prefer, you can continue to check for errors in release builds,
|
|
|
|
// but continue the build even when errors are found:
|
|
|
|
abortOnError false
|
|
|
|
}
|
2016-02-05 17:09:29 +01:00
|
|
|
compileOptions {
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_7
|
|
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
|
|
}
|
2015-09-04 02:15:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2017-06-28 07:27:32 +02:00
|
|
|
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2') {
|
|
|
|
exclude module: 'support-annotations'
|
|
|
|
}
|
|
|
|
|
2017-09-08 16:34:02 +02:00
|
|
|
compile 'com.github.TeamNewPipe:NewPipeExtractor:6cdaef5'
|
2017-06-28 07:27:32 +02:00
|
|
|
|
2016-08-02 01:42:05 +02:00
|
|
|
testCompile 'junit:junit:4.12'
|
2017-03-27 21:34:37 +02:00
|
|
|
testCompile 'org.mockito:mockito-core:1.10.19'
|
|
|
|
|
2017-09-03 08:04:18 +02:00
|
|
|
compile 'com.android.support:appcompat-v7:26.0.1'
|
|
|
|
compile 'com.android.support:support-v4:26.0.1'
|
|
|
|
compile 'com.android.support:design:26.0.1'
|
|
|
|
compile 'com.android.support:recyclerview-v7:26.0.1'
|
|
|
|
compile 'com.android.support:preference-v14:26.0.1'
|
2017-04-26 21:32:20 +02:00
|
|
|
|
|
|
|
compile 'com.google.code.gson:gson:2.7'
|
|
|
|
compile 'ch.acra:acra:4.9.0'
|
|
|
|
|
2016-02-05 17:09:29 +01:00
|
|
|
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
|
2017-09-03 08:04:18 +02:00
|
|
|
compile 'de.hdodenhof:circleimageview:2.1.0'
|
2016-02-05 17:09:29 +01:00
|
|
|
compile 'com.github.nirhart:parallaxscroll:1.0'
|
2016-08-03 23:36:46 +02:00
|
|
|
compile 'com.nononsenseapps:filepicker:3.0.0'
|
2017-08-18 20:07:57 +02:00
|
|
|
compile 'com.google.android.exoplayer:exoplayer:r2.5.1'
|
2017-08-07 15:02:30 +02:00
|
|
|
|
|
|
|
debugCompile 'com.facebook.stetho:stetho:1.5.0'
|
|
|
|
debugCompile 'com.facebook.stetho:stetho-urlconnection:1.5.0'
|
|
|
|
debugCompile 'com.android.support:multidex:1.0.1'
|
|
|
|
|
2017-09-03 08:04:18 +02:00
|
|
|
compile 'io.reactivex.rxjava2:rxjava:2.1.2'
|
|
|
|
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
2017-08-07 15:02:30 +02:00
|
|
|
compile 'com.jakewharton.rxbinding2:rxbinding:2.0.0'
|
2017-09-03 08:04:18 +02:00
|
|
|
|
|
|
|
compile 'android.arch.persistence.room:runtime:1.0.0-alpha8'
|
|
|
|
compile 'android.arch.persistence.room:rxjava2:1.0.0-alpha8'
|
|
|
|
annotationProcessor 'android.arch.persistence.room:compiler:1.0.0-alpha8'
|
|
|
|
|
|
|
|
compile 'frankiesardo:icepick:3.2.0'
|
|
|
|
provided 'frankiesardo:icepick-processor:3.2.0'
|
2015-09-04 02:15:03 +02:00
|
|
|
}
|