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