Fix IDE errors with unresolved R.* symbols.

[no ci]
This commit is contained in:
Twaik Yont 2024-05-22 20:59:38 +03:00
parent cc88fde817
commit c0715b1094
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
//file:noinspection UnnecessaryQualifiedReference, GrDeprecatedAPIUsage
apply plugin: 'com.android.application'
android.namespace 'com.termux.x11'
android.namespace 'com.termux.x11.shell_loader'
android.defaultConfig.minSdkVersion 21
android.compileSdkVersion 28
android.buildTypes.debug.signingConfig null

View File

@ -1,4 +1,5 @@
package com.termux.x11;
import com.termux.x11.shell_loader.BuildConfig;
public class Loader {
/**

View File

@ -3,7 +3,7 @@ plugins {
}
android {
namespace 'com.termux.x11'
namespace 'com.termux.x11.stub'
compileSdkVersion 30
defaultConfig {
minSdkVersion 24