Commit 48826836 by Oliver Woodman

Put tests where they belong + bump bintray-release version.

Issue: #651
parent 08dc691f
Showing with 3 additions and 9 deletions
...@@ -21,7 +21,7 @@ buildscript { ...@@ -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 { ...@@ -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 @@ ...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment