mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2025-02-18 06:35:17 +00:00
23 lines
508 B
Groovy
Executable file
23 lines
508 B
Groovy
Executable file
apply plugin: 'com.android.application'
|
|
|
|
android {
|
|
compileSdkVersion 19
|
|
buildToolsVersion "21.1.2"
|
|
|
|
defaultConfig {
|
|
applicationId "com.realtek.uartthrough"
|
|
minSdkVersion 8
|
|
targetSdkVersion 18
|
|
}
|
|
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile 'com.android.support:support-v4:19.1.0'
|
|
}
|