diff options
author | Parménides GV <parmegv@sdf.org> | 2016-02-06 12:42:42 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2016-02-06 12:42:42 +0100 |
commit | 096faf08f2d0cc4dc4a28677415391942410063d (patch) | |
tree | 87fae81878fd79ca9f11056d3b9081f878d77fbc /app/build.gradle | |
parent | 013cff913a7ba73cb5d338848ebdb639ddcabaed (diff) |
Update build tools and compile sdk version.
Warn about the needed libraries for 64 bit systems.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index fbbc8eb8..c6718303 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 - buildToolsVersion "22.0.0" + compileSdkVersion 23 + buildToolsVersion "23.0.2" signingConfigs { release { |