Revision 847f5370
Added by Leszek Koltunski over 1 year ago
build.gradle | ||
---|---|---|
5 | 5 |
android { |
6 | 6 |
signingConfigs { |
7 | 7 |
release { |
8 |
storeFile file('/Users/leszek/Programs/MagicCube/threedcell.keystore')
|
|
8 |
storeFile file('/Users/leszek/AndroidStudioProjects/MagicCube/threedcell.keystore')
|
|
9 | 9 |
keyAlias = 'distorted' |
10 | 10 |
} |
11 | 11 |
} |
... | ... | |
30 | 30 |
manifestPlaceholders = [crashlyticsCollectionEnabled:"false"] |
31 | 31 |
} |
32 | 32 |
} |
33 |
|
|
34 |
buildFeatures { |
|
35 |
buildConfig = true |
|
36 |
} |
|
37 |
|
|
33 | 38 |
namespace 'org.distorted.main' |
34 | 39 |
|
35 | 40 |
} |
... | ... | |
38 | 43 |
api project(':distorted-library-object') |
39 | 44 |
api project(':distorted-component-flags') |
40 | 45 |
|
41 |
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
46 |
implementation platform('com.google.firebase:firebase-bom:32.1.1')
|
|
42 | 47 |
implementation ('com.google.firebase:firebase-analytics') |
43 | 48 |
{ |
44 | 49 |
exclude module: "play-services-ads-identifier" |
Also available in: Unified diff
Create Tablebase in a separate thread.