Skip to content

Commit

Permalink
Put tests where they belong + bump bintray-release version.
Browse files Browse the repository at this point in the history
Issue: google#651
  • Loading branch information
ojw28 committed Jul 27, 2015
1 parent 08dc691 commit 4882683
Show file tree
Hide file tree
Showing 50 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
7 changes: 0 additions & 7 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ android {
lintOptions {
abortOnError false
}

sourceSets {
androidTest {
assets.srcDirs = ['src/test/assets']
java.srcDirs = ['src/test/java']
}
}
}

dependencies {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4882683

Please sign in to comment.