From 8a54bf7ff277a765e60f00dbf1505d4e56bd0853 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 27 Jan 2015 23:06:10 +0100 Subject: Fix net comparision, I officialy hate java for their non overloaded broken big integers. --- remoteExample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoteExample') diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index a7e79b70..78361ba5 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 21 - buildToolsVersion "19.1.0" + buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 15 -- cgit v1.2.3