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

Issue: #651
This commit is contained in:
Oliver Woodman 2015-07-27 16:32:55 +01:00
parent 08dc691ff7
commit 48826836d1
50 changed files with 3 additions and 9 deletions

View file

@ -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'
}
}

View file

@ -38,13 +38,6 @@ android {
lintOptions {
abortOnError false
}
sourceSets {
androidTest {
assets.srcDirs = ['src/test/assets']
java.srcDirs = ['src/test/java']
}
}
}
dependencies {

View file

@ -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>