mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-28 06:19:49 +00:00
2.9.2
This commit is contained in:
parent
6be4bccfe6
commit
12fe61b2e0
616 changed files with 60957 additions and 37358 deletions
30
shell-loader/stub/build.gradle
Normal file
30
shell-loader/stub/build.gradle
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
plugins {
|
||||
id('com.android.library')
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'com.termux.x11.stub'
|
||||
buildToolsVersion "34.0.0"
|
||||
compileSdkVersion 34
|
||||
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.0'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue