Revision bdbbb4c5
Added by Leszek Koltunski about 4 years ago
| build.gradle | ||
|---|---|---|
| 37 | 37 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
| 38 | 38 |
implementation 'com.google.firebase:firebase-analytics:19.0.1' |
| 39 | 39 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.1' |
| 40 |
implementation 'com.google.android.play:core:1.10.1'
|
|
| 40 |
implementation 'com.google.android.play:core:1.10.2'
|
|
| 41 | 41 |
|
| 42 | 42 |
api project(':distorted-library')
|
| 43 | 43 |
implementation 'androidx.appcompat:appcompat:1.3.1' |
Also available in: Unified diff
Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're going to create a new app module which needs access to it.