robot36/app/build.gradle
Ahmet Inan e6fea60e57 v1.44
2019-12-31 17:22:16 +01:00

27 lines
667 B
Groovy

apply plugin: 'com.android.application'
android {
buildToolsVersion "29.0.2"
compileSdkVersion 29
defaultConfig {
applicationId "xdsopl.robot36"
minSdkVersion 16
targetSdkVersion 29
versionCode 45
versionName "1.44"
renderscriptTargetApi 21
renderscriptSupportModeEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.0.0'
}