Revision 1651a57a
Added by Leszek Koltunski over 2 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 33 |
| 18 |
versionCode 78
|
|
| 19 |
versionName "1.12.6"
|
|
| 18 |
versionCode 79
|
|
| 19 |
versionName "1.12.7"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| ... | ... | |
| 50 | 50 |
implementation ('com.google.firebase:firebase-inappmessaging-display')
|
| 51 | 51 |
implementation ('com.google.android.play:core:1.10.3')
|
| 52 | 52 |
implementation ('androidx.appcompat:appcompat:1.6.1')
|
| 53 |
implementation ('androidx.work:work-runtime:2.8.0')
|
|
| 53 |
implementation ('androidx.work:work-runtime:2.8.1')
|
|
| 54 | 54 |
implementation ('com.google.android.material:material:1.8.0')
|
| 55 | 55 |
implementation "com.android.billingclient:billing:5.1.0" |
| 56 | 56 |
implementation project(path: ':distorted-component-jsons') |
Also available in: Unified diff
Upgrade to 1.12.7