Revision 3d225e0b
Added by Leszek Koltunski 3 days ago
build.gradle | ||
---|---|---|
4 | 4 |
|
5 | 5 |
android { |
6 | 6 |
namespace 'org.distorted.phasedsolver' |
7 |
compileSdk 34
|
|
7 |
compileSdk 35
|
|
8 | 8 |
|
9 | 9 |
defaultConfig { |
10 | 10 |
applicationId "org.distorted.phasedsolver" |
11 | 11 |
minSdk 21 |
12 |
targetSdk 34
|
|
12 |
targetSdk 35
|
|
13 | 13 |
versionCode 1 |
14 | 14 |
versionName "1.0" |
15 | 15 |
|
Also available in: Unified diff
up the compileSdk to 35.