Revision 38361b95
Added by Leszek Koltunski 6 months ago
| build.gradle | ||
|---|---|---|
| 1 | 1 |
apply plugin: 'com.android.library' |
| 2 | 2 |
|
| 3 | 3 |
android {
|
| 4 |
compileSdk 34
|
|
| 4 |
compileSdk 35
|
|
| 5 | 5 |
|
| 6 | 6 |
defaultConfig {
|
| 7 | 7 |
minSdk 21 |
| 8 |
targetSdk 34
|
|
| 8 |
targetSdk 35
|
|
| 9 | 9 |
} |
| 10 | 10 |
|
| 11 | 11 |
buildTypes {
|
Also available in: Unified diff
up the compileSdk to 35.