diff --git a/app/build.gradle b/app/build.gradle index 276eb689f..c123450fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { - applicationId "com.termux.x11" + applicationId "com.termux.wayland" minSdkVersion 24 targetSdkVersion 28 versionCode 7 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9d34d3847..49fd0998e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ @@ -27,7 +27,7 @@ android:name=".LorieTestService" android:enabled="true" android:exported="true" - android:process="com.termux.x11.separated"/> + android:process="com.termux.wayland.separated"/> -