Loading build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -2,14 +2,13 @@ apply plugin: 'android-library' android { compileSdkVersion 19 buildToolsVersion "19.0.0" buildToolsVersion '19.0.0' defaultConfig { packageName "de.luhmer.owncloud.accountimporter" packageName 'de.luhmer.owncloud.accountimporter' minSdkVersion 7 targetSdkVersion 19 versionCode 1 versionName "1.0" versionName '1.0' } buildTypes { release { Loading @@ -17,11 +16,12 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } productFlavors { } } 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 +5 −5 Original line number Diff line number Diff line Loading @@ -2,14 +2,13 @@ apply plugin: 'android-library' android { compileSdkVersion 19 buildToolsVersion "19.0.0" buildToolsVersion '19.0.0' defaultConfig { packageName "de.luhmer.owncloud.accountimporter" packageName 'de.luhmer.owncloud.accountimporter' minSdkVersion 7 targetSdkVersion 19 versionCode 1 versionName "1.0" versionName '1.0' } buildTypes { release { Loading @@ -17,11 +16,12 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } productFlavors { } } dependencies { compile 'com.android.support:support-v4:19.0.+' compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar' compile fileTree(dir: 'libs', include: ['*.jar']) }