Skip to content

Commit

Permalink
tag v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Feb 1, 2015
1 parent 4fdbf0c commit 5124cc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions{
abortOnError false
}
}
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
Expand Down
4 changes: 4 additions & 0 deletions dialogplus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ android {
versionCode 1
versionName "1.0"
}

lintOptions{
abortOnError false
}
}

apply from: '../maven_push.gradle'

0 comments on commit 5124cc5

Please sign in to comment.