Revision bb414dc0
Added by Leszek Koltunski over 1 year ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 34 |
| 18 |
versionCode 92
|
|
| 18 |
versionCode 93
|
|
| 19 | 19 |
versionName "2.1.0" |
| 20 | 20 |
} |
| 21 | 21 |
|
| ... | ... | |
| 44 | 44 |
} |
| 45 | 45 |
dependencies{
|
| 46 | 46 |
classpath 'com.android.tools.build:gradle:8.1.4' |
| 47 |
classpath 'com.google.gms:google-services:4.4.1'
|
|
| 48 |
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
|
|
| 47 |
classpath 'com.google.gms:google-services:4.4.2'
|
|
| 48 |
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.1'
|
|
| 49 | 49 |
} |
| 50 | 50 |
} |
| 51 | 51 |
|
| ... | ... | |
| 64 | 64 |
implementation ('com.google.firebase:firebase-messaging')
|
| 65 | 65 |
implementation ('com.google.firebase:firebase-inappmessaging-display')
|
| 66 | 66 |
implementation ('com.google.android.play:core:1.10.3')
|
| 67 |
implementation ('androidx.appcompat:appcompat:1.6.1')
|
|
| 67 |
implementation ('androidx.appcompat:appcompat:1.7.0')
|
|
| 68 | 68 |
implementation ('androidx.preference:preference:1.2.1')
|
| 69 | 69 |
implementation ('androidx.work:work-runtime:2.9.0')
|
| 70 |
implementation ('com.google.android.material:material:1.11.0')
|
|
| 70 |
implementation ('com.google.android.material:material:1.12.0')
|
|
| 71 | 71 |
//implementation "com.android.billingclient:billing:5.1.0" |
| 72 | 72 |
implementation project(path: ':distorted-os-android') |
| 73 | 73 |
} |
Also available in: Unified diff
up version to 93