Loading build.gradle +5 −5 Original line number Diff line number Diff line apply plugin: 'com.android.library' android { compileSdkVersion 25 buildToolsVersion '25.0.3' compileSdkVersion 26 buildToolsVersion '26.0.2' defaultConfig { //applicationId 'de.luhmer.owncloud.accountimporter' minSdkVersion 9 targetSdkVersion 25 minSdkVersion 14 targetSdkVersion 26 versionCode 1 versionName '1.0' } Loading @@ -22,6 +22,6 @@ android { } dependencies { compile 'com.android.support:support-v4:25.3.1' compile 'com.android.support:support-v4:26.1.0' compile fileTree(dir: 'libs', include: ['*.jar']) } No newline at end of file Loading
build.gradle +5 −5 Original line number Diff line number Diff line apply plugin: 'com.android.library' android { compileSdkVersion 25 buildToolsVersion '25.0.3' compileSdkVersion 26 buildToolsVersion '26.0.2' defaultConfig { //applicationId 'de.luhmer.owncloud.accountimporter' minSdkVersion 9 targetSdkVersion 25 minSdkVersion 14 targetSdkVersion 26 versionCode 1 versionName '1.0' } Loading @@ -22,6 +22,6 @@ android { } dependencies { compile 'com.android.support:support-v4:25.3.1' compile 'com.android.support:support-v4:26.1.0' compile fileTree(dir: 'libs', include: ['*.jar']) } No newline at end of file