From d46c5671a27ec3317cdef8b046cef9579b91c8e9 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Tue, 16 Jan 2018 09:33:11 -0800 Subject: [PATCH] Updating gradle for Irrigation app --- .../other/PhoneInterface/Irrigation/app/build.gradle | 2 +- .../app/src/main/res/layout/content_main.xml | 12 ++++++------ .../other/PhoneInterface/Irrigation/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/benchmarks/other/PhoneInterface/Irrigation/app/build.gradle b/benchmarks/other/PhoneInterface/Irrigation/app/build.gradle index c0e0935..e2e81f4 100644 --- a/benchmarks/other/PhoneInterface/Irrigation/app/build.gradle +++ b/benchmarks/other/PhoneInterface/Irrigation/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.3" + buildToolsVersion '25.0.0' useLibrary 'org.apache.http.legacy' defaultConfig { applicationId "com.example.xubin.irrigation" diff --git a/benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/layout/content_main.xml b/benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/layout/content_main.xml index f50e2d1..53eecbf 100644 --- a/benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/layout/content_main.xml +++ b/benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/layout/content_main.xml @@ -120,14 +120,14 @@ android:layout_toStartOf="@+id/gatewayip" /> + android:layout_alignStart="@+id/week" + android:layout_weight="1" + android:ems="10" + android:inputType="number|numberDecimal" + android:text="192.168.0.84" /> diff --git a/benchmarks/other/PhoneInterface/Irrigation/build.gradle b/benchmarks/other/PhoneInterface/Irrigation/build.gradle index 74b2ab0..c2eea8e 100644 --- a/benchmarks/other/PhoneInterface/Irrigation/build.gradle +++ b/benchmarks/other/PhoneInterface/Irrigation/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.3' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/benchmarks/other/PhoneInterface/Irrigation/gradle/wrapper/gradle-wrapper.properties b/benchmarks/other/PhoneInterface/Irrigation/gradle/wrapper/gradle-wrapper.properties index 086af50..39c4280 100644 --- a/benchmarks/other/PhoneInterface/Irrigation/gradle/wrapper/gradle-wrapper.properties +++ b/benchmarks/other/PhoneInterface/Irrigation/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Feb 20 10:57:04 PST 2017 -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip +#Tue Jan 16 09:22:38 PST 2018 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip -- 2.34.1