This commit is contained in:
AriaLyy
2017-07-24 15:43:34 +08:00
parent 4f1412b554
commit 0960d5c6b6
92 changed files with 20748 additions and 7 deletions

25
AriaFtpPlug/build.gradle Normal file
View File

@ -0,0 +1,25 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion '25.0.3'
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 327
versionName "3.2.7"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
}