Project

General

Profile

« Previous | Next » 

Revision 401d9c0f

Added by Leszek Koltunski about 1 year ago

Move the interaction with touchscreen to the OSInterface

View differences:

build.gradle
35 35
}
36 36

  
37 37
dependencies {
38
    api project(':distorted-objectlib')
39
    api project(':distorted-flags')
38
    api project(':distorted-library-object')
39
    api project(':distorted-component-flags')
40 40

  
41 41
    implementation platform('com.google.firebase:firebase-bom:31.1.0')
42 42
    implementation ('com.google.firebase:firebase-analytics')
......
53 53
    implementation ('androidx.work:work-runtime:2.8.0')
54 54
    implementation ('com.google.android.material:material:1.8.0')
55 55
    implementation "com.android.billingclient:billing:5.1.0"
56
    implementation project(path: ':distorted-puzzle-jsons')
57
    implementation project(path: ':distorted-puzzle-dmesh')
56
    implementation project(path: ':distorted-component-jsons')
57
    implementation project(path: ':distorted-component-dmesh')
58 58
    implementation project(path: ':distorted-os-android')
59 59
}

Also available in: Unified diff