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

Commit 4416d654 authored by David Luhmer's avatar David Luhmer
Browse files

update target sdk / gradle version

parent d7919846
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ buildscript {
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.3'
        classpath 'com.android.tools.build:gradle:3.2.0'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
    }
}
@@ -19,11 +19,11 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.nextcloud'

android {
    compileSdkVersion 27
    buildToolsVersion '27.0.3'
    compileSdkVersion 28
    buildToolsVersion '28.0.2'
    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 27
        targetSdkVersion 28
        versionCode 1
        versionName '1.0'
    }
@@ -39,7 +39,7 @@ android {
}

dependencies {
    implementation 'com.android.support:support-v4:27.1.1'
    implementation 'com.android.support:support-v4:28.0.0'

    implementation 'com.google.code.gson:gson:2.8.2'