mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2026-07-14 07:25:44 +00:00
first add sdk
This commit is contained in:
commit
f91efd1250
3915 changed files with 1291882 additions and 0 deletions
34
tools/wigadget/Android/WiGadget/app/build.gradle
Executable file
34
tools/wigadget/Android/WiGadget/app/build.gradle
Executable file
|
|
@ -0,0 +1,34 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.realtek.amebazeroconf"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 21
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
packagingOptions {
|
||||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||
compile 'com.android.support:appcompat-v7:21.0.3'
|
||||
compile files('libs/commons-codec-1.6-repack.jar')
|
||||
compile files('libs/jmdns-3.4.1.jar')
|
||||
compile files('libs/jmdns.jar')
|
||||
compile files('libs/firebase-client-android-2.2.4.jar')
|
||||
compile files('libs/androidplot-core-0.6.1.jar')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue