Revision b20e89d2
Added by Leszek Koltunski about 3 years ago
build.gradle | ||
---|---|---|
42 | 42 |
implementation 'com.google.android.play:core:1.10.2' |
43 | 43 |
implementation 'androidx.appcompat:appcompat:1.3.1' |
44 | 44 |
implementation 'com.google.android.material:material:1.4.0' |
45 |
implementation project(path: ':distorted-puzzle-jsons') |
|
46 |
implementation project(path: ':distorted-puzzle-dmesh') |
|
45 | 47 |
} |
Also available in: Unified diff
Move the main app to the 'J1M1' object creation mode, i.e. create them from the Json files and using the Dmesh fiels as well.
Make it possible for any app descending from the 'objectlib' to use any of the J0M0, J0M1, J1M0, J1M1 modes.