Loading build.gradle +1 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ android { buildToolsVersion "19.1.0" defaultConfig { applicationId "de.luhmer.owncloud.accountimporter" //applicationId "de.luhmer.owncloud.accountimporter" minSdkVersion 7 targetSdkVersion 19 versionCode 1 Loading @@ -22,6 +22,4 @@ android { dependencies { compile 'com.android.support:support-v4:19.0.+' compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar' compile fileTree(dir: 'libs', include: ['*.jar']) } Loading
build.gradle +1 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ android { buildToolsVersion "19.1.0" defaultConfig { applicationId "de.luhmer.owncloud.accountimporter" //applicationId "de.luhmer.owncloud.accountimporter" minSdkVersion 7 targetSdkVersion 19 versionCode 1 Loading @@ -22,6 +22,4 @@ android { dependencies { compile 'com.android.support:support-v4:19.0.+' compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar' compile fileTree(dir: 'libs', include: ['*.jar']) }