kopia lustrzana https://github.com/xdsopl/robot36
30 wiersze
719 B
Groovy
30 wiersze
719 B
Groovy
apply plugin: 'com.android.application'
|
|
|
|
android {
|
|
compileSdkVersion 33
|
|
defaultConfig {
|
|
applicationId "xdsopl.robot36"
|
|
minSdkVersion 21
|
|
targetSdkVersion 33
|
|
versionCode 47
|
|
versionName "1.46"
|
|
renderscriptTargetApi 21
|
|
renderscriptSupportModeEnabled true
|
|
}
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
}
|
|
}
|
|
namespace 'xdsopl.robot36'
|
|
buildFeatures {
|
|
renderScript true
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
}
|