diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-01-27 23:06:10 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-01-27 23:06:10 +0100 |
commit | 8a54bf7ff277a765e60f00dbf1505d4e56bd0853 (patch) | |
tree | e3b1cce1b83447651a610b6ed813ba9d6d063f91 /remoteExample | |
parent | b41c3c2d8d9856c962f8cff38a8ebaa908e562d3 (diff) |
Fix net comparision, I officialy hate java for their non overloaded broken big integers.
Diffstat (limited to 'remoteExample')
-rw-r--r-- | remoteExample/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 |