Skip to content

Commit

Permalink
Add appcompat-v7:r21 dependence to core.
Browse files Browse the repository at this point in the history
  • Loading branch information
fengdai committed Nov 20, 2014
1 parent 1f6ed37 commit 2a31d39
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alertdialogpro-core/AndroidManifest.xml
Expand Up @@ -4,7 +4,7 @@
android:versionName="1.0">

<uses-sdk
android:minSdkVersion="3"
android:minSdkVersion="7"
android:targetSdkVersion="21" />

<application />
Expand Down
1 change: 1 addition & 0 deletions alertdialogpro-core/build.gradle
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.android.library'

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:appcompat-v7:21.0.0'
}

android {
Expand Down
1 change: 0 additions & 1 deletion alertdialogpro-demo/build.gradle
Expand Up @@ -4,7 +4,6 @@ dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':alertdialogpro-theme-holo')
compile project(':alertdialogpro-theme-material')
compile 'com.android.support:appcompat-v7:21.0.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion alertdialogpro-theme-holo/AndroidManifest.xml
Expand Up @@ -4,7 +4,7 @@
android:versionName="1.0">

<uses-sdk
android:minSdkVersion="3"
android:minSdkVersion="7"
android:targetSdkVersion="21" />

<application />
Expand Down
1 change: 0 additions & 1 deletion alertdialogpro-theme-material/build.gradle
Expand Up @@ -3,7 +3,6 @@ apply plugin: 'com.android.library'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':alertdialogpro-core')
compile 'com.android.support:appcompat-v7:21.0.0'
}

android {
Expand Down

0 comments on commit 2a31d39

Please sign in to comment.