Skip to content

Commit

Permalink
Uploaded to Central
Browse files Browse the repository at this point in the history
  • Loading branch information
rahatarmanahmed committed Nov 17, 2014
1 parent dd9d5c8 commit 2fbb029
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ This CircularProgressView is a (surprisingly) circular progress bar Android View

To use CircularProgressView you must add it as a dependency in your Gradle build:

(The project is not yet set up in the maven central repo so wait until I do that)

```groovy
dependencies {
compile 'com.freek:materialcircularprogressview:1.0.0+'
compile 'com.github.rahatarmanahmed:circularprogressview:1.0.0'
}
```

Expand Down
4 changes: 4 additions & 0 deletions circularprogressview/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
}
}

dependencies {
Expand Down
2 changes: 2 additions & 0 deletions circularprogressview/circularprogressview.iml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/docs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
Expand All @@ -77,6 +78,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
Expand Down
6 changes: 5 additions & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions {
abortOnError false
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':circularprogressview')
compile 'com.android.support:appcompat-v7:21.0.+'
compile 'com.android.support:appcompat-v7:21.0.0'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0
VERSION_CODE=100
GROUP=com.github.rahatarmanahmed

Expand Down

0 comments on commit 2fbb029

Please sign in to comment.