Revision e6d6d884
Added by Leszek Koltunski over 3 years ago
build.gradle | ||
---|---|---|
9 | 9 |
keyAlias = 'distorted' |
10 | 10 |
} |
11 | 11 |
} |
12 |
compileSdkVersion 29
|
|
12 |
compileSdkVersion 30
|
|
13 | 13 |
|
14 | 14 |
defaultConfig { |
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 |
targetSdkVersion 29
|
|
18 |
versionCode 31
|
|
19 |
versionName "1.7.3"
|
|
17 |
targetSdkVersion 30
|
|
18 |
versionCode 32
|
|
19 |
versionName "1.7.4"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
... | ... | |
36 | 36 |
dependencies { |
37 | 37 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
38 | 38 |
implementation 'com.google.firebase:firebase-analytics:18.0.2' |
39 |
implementation 'com.google.firebase:firebase-crashlytics:17.4.0'
|
|
39 |
implementation 'com.google.firebase:firebase-crashlytics:17.4.1'
|
|
40 | 40 |
implementation 'com.google.android.play:core:1.10.0' |
41 | 41 |
|
42 | 42 |
api project(':distorted-library') |
Also available in: Unified diff
Up app version to 1.7.4.
Up target SDK to 30 (as per Google Play reqs)