Tweak project configuration
This commit is contained in:
parent
a85a169604
commit
cb1e6ad418
@ -72,7 +72,7 @@ android.libraryVariants.all { variant ->
|
||||
classpath = files(variant.javaCompile.classpath.files, project.android.getBootClasspath())
|
||||
options {
|
||||
links "http://docs.oracle.com/javase/7/docs/api/"
|
||||
linksOffline "https://d.android.com/reference","${android.sdkDirectory}/docs/reference"
|
||||
linksOffline "https://developer.android.com/reference","${android.sdkDirectory}/docs/reference"
|
||||
}
|
||||
exclude '**/BuildConfig.java'
|
||||
exclude '**/R.java'
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>ExoPlayerTests</name>
|
||||
<name>ExoPlayerLibTests</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
<project>ExoPlayerLib</project>
|
||||
|
@ -12,4 +12,5 @@
|
||||
|
||||
# Project target.
|
||||
target=android-22
|
||||
android.library=false
|
||||
android.library.reference.1=../main
|
||||
|
Loading…
x
Reference in New Issue
Block a user