Skip to content

Commit

Permalink
compatibility with android-9
Browse files Browse the repository at this point in the history
  • Loading branch information
ozodrukh committed Apr 22, 2015
1 parent e650bbf commit 9f329d0
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion "20.0.1"
buildToolsVersion "22.0.1"

defaultConfig {
applicationId "io.codetail.circualrevealsample"
Expand All @@ -11,12 +11,6 @@ android {
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions{
abortOnError false
Expand All @@ -27,9 +21,9 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':circualreveal')

compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:cardview-v7:22.0.0'
compile 'com.android.support:recyclerview-v7:22.0.0'
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.android.support:recyclerview-v7:22.1.0'
compile 'com.android.support:cardview-v7:22.1.0'

compile 'com.jakewharton:butterknife:6.0.0'
}

0 comments on commit 9f329d0

Please sign in to comment.