Revision 4f3417bf
Added by Leszek Koltunski almost 2 years ago
build.gradle | ||
---|---|---|
7 | 7 |
keyAlias = 'distorted' |
8 | 8 |
} |
9 | 9 |
} |
10 |
compileSdkVersion 31
|
|
10 |
compileSdkVersion 32
|
|
11 | 11 |
|
12 | 12 |
defaultConfig { |
13 | 13 |
minSdkVersion 21 |
14 |
targetSdkVersion 31
|
|
14 |
targetSdkVersion 32
|
|
15 | 15 |
} |
16 | 16 |
|
17 | 17 |
buildTypes { |
Also available in: Unified diff
Up build versions to 32