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