mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
add depends imports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user