mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Put tests where they belong + bump bintray-release version.
Issue: #651
This commit is contained in:
parent
08dc691ff7
commit
48826836d1
50 changed files with 3 additions and 9 deletions
|
|
@ -21,7 +21,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:1.2.3'
|
classpath 'com.android.tools.build:gradle:1.2.3'
|
||||||
classpath 'com.novoda:bintray-release:0.2.7'
|
classpath 'com.novoda:bintray-release:0.3.2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,13 +38,6 @@ android {
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
|
||||||
androidTest {
|
|
||||||
assets.srcDirs = ['src/test/assets']
|
|
||||||
java.srcDirs = ['src/test/java']
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
<instrumentation
|
<instrumentation
|
||||||
android:targetPackage="com.google.android.exoplayer.tests"
|
android:targetPackage="com.google.android.exoplayer.tests"
|
||||||
android:name="android.test.InstrumentationTestRunner"/>
|
android:name="android.test.InstrumentationTestRunner"
|
||||||
|
tools:replace="android:targetPackage"/>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
Loading…
Reference in a new issue