mirror of
https://github.com/vectras-team/termux-x11.git
synced 2024-11-27 00:40:23 +00:00
Fix IDE errors with unresolved R.* symbols.
[no ci]
This commit is contained in:
parent
cc88fde817
commit
c0715b1094
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
package com.termux.x11;
|
||||
import com.termux.x11.shell_loader.BuildConfig;
|
||||
|
||||
public class Loader {
|
||||
/**
|
||||
|
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'com.termux.x11'
|
||||
namespace 'com.termux.x11.stub'
|
||||
compileSdkVersion 30
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
Loading…
Reference in New Issue
Block a user