Loading build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -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' } } Loading @@ -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' } Loading @@ -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' Loading Loading
build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -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' } } Loading @@ -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' } Loading @@ -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' Loading