mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove app-specific build configurations recommendations from dev-guide and readme
Issue:#5572 PiperOrigin-RevId: 238401862
This commit is contained in:
parent
d93ee00d19
commit
f566c9486c
14
README.md
14
README.md
@ -95,20 +95,6 @@ compileOptions {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that if you want to use Java 8 features in your own code, the following
|
|
||||||
additional options need to be set:
|
|
||||||
|
|
||||||
```gradle
|
|
||||||
// For Java compilers:
|
|
||||||
compileOptions {
|
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
|
||||||
}
|
|
||||||
// For Kotlin compilers:
|
|
||||||
kotlinOptions {
|
|
||||||
jvmTarget = JavaVersion.VERSION_1_8
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
### Locally ###
|
### Locally ###
|
||||||
|
|
||||||
Cloning the repository and depending on the modules locally is required when
|
Cloning the repository and depending on the modules locally is required when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user