X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=benchmarks%2Fother%2FPhoneInterface%2FIrrigation%2Fapp%2Fbuild.gradle;fp=benchmarks%2Fother%2FPhoneInterface%2FIrrigation%2Fapp%2Fbuild.gradle;h=c0e0935a7d36173127af935d1754a75935554d4c;hb=d070515f3c8da074210342cebfddbd5769cebe89;hp=0000000000000000000000000000000000000000;hpb=ac90c5d392758d356e22f8c37fd7aae2484e17f6;p=iot2.git diff --git a/benchmarks/other/PhoneInterface/Irrigation/app/build.gradle b/benchmarks/other/PhoneInterface/Irrigation/app/build.gradle new file mode 100644 index 0000000..c0e0935 --- /dev/null +++ b/benchmarks/other/PhoneInterface/Irrigation/app/build.gradle @@ -0,0 +1,28 @@ +apply plugin: 'com.android.application' + +android { + compileSdkVersion 23 + buildToolsVersion "23.0.3" + useLibrary 'org.apache.http.legacy' + defaultConfig { + applicationId "com.example.xubin.irrigation" + minSdkVersion 15 + targetSdkVersion 23 + versionCode 1 + versionName "1.0" + } + 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.3.0' + compile 'com.android.support:design:23.3.0' + compile files('libs/httpclient-android-4.3.3.jar') +}