Updating gradle for Irrigation app
authorrtrimana <rtrimana@uci.edu>
Tue, 16 Jan 2018 17:33:11 +0000 (09:33 -0800)
committerrtrimana <rtrimana@uci.edu>
Tue, 16 Jan 2018 17:33:11 +0000 (09:33 -0800)
benchmarks/other/PhoneInterface/Irrigation/app/build.gradle
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/layout/content_main.xml
benchmarks/other/PhoneInterface/Irrigation/build.gradle
benchmarks/other/PhoneInterface/Irrigation/gradle/wrapper/gradle-wrapper.properties

index c0e0935a7d36173127af935d1754a75935554d4c..e2e81f4b9e9310d21d4999717ea207ab844de402 100644 (file)
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 23
 
 android {
     compileSdkVersion 23
-    buildToolsVersion "23.0.3"
+    buildToolsVersion '25.0.0'
     useLibrary 'org.apache.http.legacy'
     defaultConfig {
         applicationId "com.example.xubin.irrigation"
     useLibrary 'org.apache.http.legacy'
     defaultConfig {
         applicationId "com.example.xubin.irrigation"
index f50e2d14d8954060a737d0569a8022e2b3287ffe..53eecbf1398fca993bd3a5e3f9ec52806c7513cd 100644 (file)
         android:layout_toStartOf="@+id/gatewayip" />
 
     <EditText
         android:layout_toStartOf="@+id/gatewayip" />
 
     <EditText
+        android:id="@+id/gatewayip"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_weight="1"
-        android:inputType="number|numberDecimal"
-        android:ems="10"
-        android:id="@+id/gatewayip"
-        android:text="192.168.2.191"
         android:layout_alignBottom="@+id/textView4"
         android:layout_alignLeft="@+id/week"
         android:layout_alignBottom="@+id/textView4"
         android:layout_alignLeft="@+id/week"
-        android:layout_alignStart="@+id/week" />
+        android:layout_alignStart="@+id/week"
+        android:layout_weight="1"
+        android:ems="10"
+        android:inputType="number|numberDecimal"
+        android:text="192.168.0.84" />
 </RelativeLayout>
 </RelativeLayout>
index 74b2ab0dd88f66079893ee7c77a46dbace4f0fde..c2eea8e27fd12cc1e274a0940f06f350e855e20f 100644 (file)
@@ -5,7 +5,7 @@ buildscript {
         jcenter()
     }
     dependencies {
         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
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
index 086af50f7c5b5362d8717df0f0db62da5dbdd7a1..39c428071f28b9463da3f12df214015eee9e8014 100644 (file)
@@ -1,6 +1,6 @@
-#Mon Feb 20 10:57:04 PST 2017\r
-distributionBase=GRADLE_USER_HOME\r
-distributionPath=wrapper/dists\r
-zipStoreBase=GRADLE_USER_HOME\r
-zipStorePath=wrapper/dists\r
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip\r
+#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