Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6286980 authored by David Luhmer's avatar David Luhmer
Browse files

update build tools to latest version

parent 225f5f3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ buildscript {
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.0'
        classpath 'com.android.tools.build:gradle:3.2.1'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
    }
}
@@ -20,7 +20,7 @@ group='com.github.nextcloud'

android {
    compileSdkVersion 28
    buildToolsVersion '28.0.2'
    buildToolsVersion '28.0.3'
    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 28