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 {
}
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>
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