forked from pzxltqhrj/MiNote
parent
01b15a579a
commit
67f48d0517
@ -0,0 +1,25 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
namespace "net.micode.notes"
|
||||
compileSdkVersion 33
|
||||
buildToolsVersion "34.0.0"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.micode.notes"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 14
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation files('D:/AAA-CS-SDK/Destinations/gradle/httpcomponents-client-4.5.13-bin/httpcomponents-client-4.5.13/lib/httpclient-osgi-4.5.13.jar')
|
||||
implementation files('D:/AAA-CS-SDK/Destinations/gradle/httpcomponents-client-4.5.13-bin/httpcomponents-client-4.5.13/lib/httpclient-win-4.5.13.jar')
|
||||
implementation files('D:/AAA-CS-SDK/Destinations/gradle/httpcomponents-client-4.5.13-bin/httpcomponents-client-4.5.13/lib/httpcore-4.4.13.jar')
|
||||
}
|
||||
}
|
Loading…
Reference in new issue