Project

General

Profile

« Previous | Next » 

Revision db8fe042

Added by Leszek Koltunski about 1 year ago

Move the interaction with touchscreen to the OSInterface

View differences:

build.gradle
21 21
}
22 22

  
23 23
dependencies {
24
    api project(':distorted-library')
24
    api project(':distorted-library-opengl')
25 25
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
26 26
    implementation 'androidx.legacy:legacy-support-v13:1.0.0'
27 27
    implementation 'com.google.android.material:material:1.8.0'
28
    implementation project(path: ':distorted-objectlib')
29
    implementation project(path: ':distorted-puzzle-jsons')
28
    implementation project(path: ':distorted-library-object')
29
    implementation project(path: ':distorted-component-jsons')
30 30
}

Also available in: Unified diff