Revision a34589d8
Added by Leszek Koltunski over 2 years ago
| build.gradle | ||
|---|---|---|
| 1 | 1 |
apply plugin: 'com.android.library' |
| 2 | 2 |
|
| 3 | 3 |
android {
|
| 4 |
compileSdk 32
|
|
| 4 |
compileSdk 34
|
|
| 5 | 5 |
|
| 6 | 6 |
defaultConfig {
|
| 7 | 7 |
minSdk 21 |
| 8 |
targetSdk 32
|
|
| 8 |
targetSdk 34
|
|
| 9 | 9 |
} |
| 10 | 10 |
|
| 11 | 11 |
buildTypes {
|
Also available in: Unified diff
build for API 34.