Revision 4f6fce41
Added by Leszek Koltunski almost 2 years ago
build.gradle | ||
---|---|---|
1 | 1 |
apply plugin: 'com.android.application' |
2 | 2 |
|
3 | 3 |
android { |
4 |
compileSdkVersion 31
|
|
4 |
compileSdkVersion 32
|
|
5 | 5 |
|
6 | 6 |
defaultConfig { |
7 | 7 |
applicationId "org.distorted.examples" |
8 | 8 |
minSdkVersion 21 |
9 |
targetSdkVersion 31
|
|
9 |
targetSdkVersion 32
|
|
10 | 10 |
versionCode 1 |
11 | 11 |
versionName "1.0" |
12 | 12 |
} |
Also available in: Unified diff
Up build versions to 32