mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +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 {
|
||||
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 {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
androidTest {
|
||||
assets.srcDirs = ['src/test/assets']
|
||||
java.srcDirs = ['src/test/java']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
<instrumentation
|
||||
android:targetPackage="com.google.android.exoplayer.tests"
|
||||
android:name="android.test.InstrumentationTestRunner"/>
|
||||
android:name="android.test.InstrumentationTestRunner"
|
||||
tools:replace="android:targetPackage"/>
|
||||
|
||||
</manifest>
|
||||
Loading…
Reference in a new issue