Revision bb028a4c
Added by Leszek Koltunski 6 months ago
| build.gradle | ||
|---|---|---|
| 7 | 7 |
keyAlias = 'distorted' |
| 8 | 8 |
} |
| 9 | 9 |
} |
| 10 |
compileSdk 34
|
|
| 10 |
compileSdk 35
|
|
| 11 | 11 |
|
| 12 | 12 |
defaultConfig {
|
| 13 | 13 |
minSdkVersion 21 |
| 14 |
targetSdkVersion 34 |
|
| 15 |
externalNativeBuild {
|
|
| 16 |
cmake {
|
|
| 17 |
cppFlags '' |
|
| 18 |
} |
|
| 19 |
} |
|
| 14 |
targetSdk 35 |
|
| 20 | 15 |
} |
| 21 | 16 |
|
| 22 | 17 |
buildTypes {
|
Also available in: Unified diff
up the compileSdk to 35.