Revision 6ee45e4a
Added by Leszek Koltunski 7 months ago
| build.gradle | ||
|---|---|---|
| 1 | 1 |
apply plugin: 'com.android.application' |
| 2 | 2 |
|
| 3 | 3 |
android {
|
| 4 |
compileSdk 34
|
|
| 4 |
compileSdk 35
|
|
| 5 | 5 |
|
| 6 | 6 |
defaultConfig {
|
| 7 | 7 |
applicationId "org.distorted.examples" |
| 8 | 8 |
minSdkVersion 21 |
| 9 |
targetSdkVersion 34
|
|
| 9 |
targetSdk 35
|
|
| 10 | 10 |
versionCode 1 |
| 11 | 11 |
versionName "1.0" |
| 12 | 12 |
} |
Also available in: Unified diff
up the compileSdk to 35.