Skip to content

Commit 633933a

Browse files
committed
Clean up radii implementation and javadoc
1 parent 6b0b979 commit 633933a

File tree

5 files changed

+288
-200
lines changed

5 files changed

+288
-200
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
allprojects {
1212
group 'com.makeramen'
13-
version '2.0.1'
13+
version '2.1.0-SNAPSHOT'
1414
repositories {
1515
mavenCentral()
1616
}

example/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,4 @@ android {
3131
sourceCompatibility JavaVersion.VERSION_1_7
3232
targetCompatibility JavaVersion.VERSION_1_7
3333
}
34-
35-
lintOptions {
36-
abortOnError false
37-
}
3834
}

roundedimageview/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ android {
2424

2525
dependencies {
2626
provided 'com.squareup.picasso:picasso:2.5.0'
27+
provided 'com.android.support:support-annotations:22.1.0'
2728
}
2829

2930
task androidJavadocs(type: Javadoc) {

0 commit comments

Comments
 (0)