add depends imports

This commit is contained in:
izzy2lost
2025-08-12 15:30:24 -04:00
parent 2877439c73
commit 29bef657d7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -79,6 +79,8 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.core:core:1.7.0' // Use the latest version
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
}
task wrapper(type: Wrapper) {
@@ -29,6 +29,8 @@ import android.view.MotionEvent;
import android.view.View;
import android.widget.ImageView;
import android.view.KeyEvent;
import android.content.pm.ActivityInfo;
import android.view.KeyEvent;
public class MainActivity extends SDLActivity {
static {