Revision 6e339097
Added by Leszek Koltunski almost 3 years ago
| build.gradle | ||
|---|---|---|
| 9 | 9 |
keyAlias = 'distorted' |
| 10 | 10 |
} |
| 11 | 11 |
} |
| 12 |
compileSdkVersion 32
|
|
| 12 |
compileSdkVersion 33
|
|
| 13 | 13 |
|
| 14 | 14 |
defaultConfig {
|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 |
targetSdkVersion 32
|
|
| 18 |
versionCode 63
|
|
| 19 |
versionName "1.11.5"
|
|
| 17 |
targetSdkVersion 33
|
|
| 18 |
versionCode 64
|
|
| 19 |
versionName "1.11.6"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| ... | ... | |
| 44 | 44 |
implementation 'com.google.firebase:firebase-crashlytics' |
| 45 | 45 |
implementation 'com.google.firebase:firebase-inappmessaging-display' |
| 46 | 46 |
implementation 'com.google.android.play:core:1.10.3' |
| 47 |
implementation 'androidx.appcompat:appcompat:1.5.1'
|
|
| 47 |
implementation 'androidx.appcompat:appcompat:1.6.0'
|
|
| 48 | 48 |
implementation "androidx.work:work-runtime:2.7.1" |
| 49 | 49 |
implementation 'com.google.android.material:material:1.7.0' |
| 50 | 50 |
implementation project(path: ':distorted-puzzle-jsons') |
Also available in: Unified diff
Up version to 1.11.6