File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 4 " android : versionName =" 0.1.6 " package =" dzaima.aplide" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 5 " android : versionName =" 0.1.7 " package =" dzaima.aplide" >
3
3
<uses-sdk android : minSdkVersion =" 17" android : targetSdkVersion =" 28" />
4
4
<application android : icon =" @mipmap/ic_launcher" android : label =" " >
5
5
<activity android : name =" .MainActivity" android : theme =" @style/Theme.AppCompat.Light.NoActionBar.FullScreen" >
Original file line number Diff line number Diff line change 1
- /* PC
1
+ // * PC
2
2
import java.awt.Toolkit ;
3
3
static boolean MOBILE = false ;
4
4
class FakeTouch { // for interoperability with android mode
Original file line number Diff line number Diff line change 1
- mode =Android
1
+ mode =Java
2
2
component =app
3
- mode.id =processing.mode.android.AndroidMode
3
+ mode.id =processing.mode.java.JavaMode
You can’t perform that action at this time.
0 commit comments