mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Termux x11 port
This commit is contained in:
29
android/shell-loader/stub/build.gradle
Normal file
29
android/shell-loader/stub/build.gradle
Normal file
@@ -0,0 +1,29 @@
|
||||
plugins {
|
||||
id('com.android.library')
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'com.termux.x11.stub'
|
||||
compileSdkVersion 30
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
//noinspection ExpiredTargetSdkVersion
|
||||
targetSdkVersion 28
|
||||
}
|
||||
buildFeatures {
|
||||
buildConfig false
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.annotation:annotation:1.8.2'
|
||||
}
|
||||
Reference in New Issue
Block a user