Skip to content

Commit

Permalink
Updated references for 0.10 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBIMC committed Aug 20, 2015
1 parent 0196b95 commit 7272c86
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ As far as I checked, there are no cool implementations of SeekBarPreference. So

Add this to your module dependencies:
```groovy
compile 'com.pavelsikun:material-seekbar-preference:0.9+'
compile 'com.pavelsikun:material-seekbar-preference:0.10+'
````
Reference namespace on top of your preferences layout file:
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 22
versionCode 5
versionName "0.9"
versionCode 6
versionName "0.10"
}
}

Expand All @@ -19,7 +19,7 @@ dependencies {
ext {
PUBLISH_GROUP_ID = 'com.pavelsikun'
PUBLISH_ARTIFACT_ID = 'material-seekbar-preference'
PUBLISH_VERSION = '0.9'
PUBLISH_VERSION = '0.10'
}

apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
6 changes: 0 additions & 6 deletions library/library.iml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<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 @@ -87,12 +86,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/poms" />
<excludeFolder url="file://$MODULE_DIR$/build/release" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
Expand Down
7 changes: 3 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:22.2.1'
compile project(':library')

// for your projects use:
// compile 'com.pavelsikun:material-seekbar-preference:0.9+'
compile 'com.android.support:appcompat-v7:22.2.1'
// for your projects use:
// compile 'com.pavelsikun:material-seekbar-preference:0.10+'
}
2 changes: 0 additions & 2 deletions sample/sample.iml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
Expand Down

0 comments on commit 7272c86

Please sign in to comment.