summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2018-01-11 15:55:54 +0100
committerFup Duck <fupduck@sacknagel.com>2018-01-11 15:55:54 +0100
commitcf3e7cf082127519cd16bdf48bd1ccecf47579b9 (patch)
tree4c8a464acaae0bf8a330a8a7d040eb111b452508 /app/build.gradle
parent68d6eb91436d0d145fd340056fd8000f7dd1ff34 (diff)
save app version on first start
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 52c64ab7..94c6fa74 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 26
- buildToolsVersion '26.0.0'
+ buildToolsVersion '26.0.2'
defaultConfig {
applicationId "se.leap.bitmaskclient"