commit db8fe04201ecd8c16048b5789c53ba485e29fe5b
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Apr 4 17:27:42 2023 +0200

    Move the interaction with touchscreen to the OSInterface

diff --git a/build.gradle b/build.gradle
index 3c2c979..22a18c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,10 +21,10 @@ android {
 }
 
 dependencies {
-    api project(':distorted-library')
+    api project(':distorted-library-opengl')
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
     implementation 'androidx.legacy:legacy-support-v13:1.0.0'
     implementation 'com.google.android.material:material:1.8.0'
-    implementation project(path: ':distorted-objectlib')
-    implementation project(path: ':distorted-puzzle-jsons')
+    implementation project(path: ':distorted-library-object')
+    implementation project(path: ':distorted-component-jsons')
 }
