Skip to content

Commit

Permalink
Released version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmuenzer committed May 2, 2017
1 parent 33d436a commit 1749a84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The library is available on `jcenter()`. Just add these lines in your `build.gra

```groovy
dependencies {
compile 'com.michaelmuenzer.android:ScrollableNumberPicker:0.1'
compile 'com.michaelmuenzer.android:ScrollableNumberPicker:0.2'
}
```

Expand Down
5 changes: 3 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.michaelmuenzer.android'
PUBLISH_ARTIFACT_ID = 'ScrollableNumberPicker'
PUBLISH_VERSION = '0.1'
PUBLISH_VERSION = '0.2'
}

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

lintOptions {
disable 'RestrictedApi'
Expand All @@ -31,6 +31,7 @@ android {
final ANDROID_SUPPORTLIB_VERSION = '25.3.1'

dependencies {
compile "com.android.support:support-compat:${ANDROID_SUPPORTLIB_VERSION}"
compile "com.android.support:appcompat-v7:${ANDROID_SUPPORTLIB_VERSION}"
compile "com.android.support:support-annotations:${ANDROID_SUPPORTLIB_VERSION}"
}
Expand Down
2 changes: 1 addition & 1 deletion sample-mobile/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 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "com.michaelmuenzer.android.scrollablenumberpicker.sample"
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion sample-tv/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 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "com.michaelmuenzer.android.tv.scrollablenumberpicker.sample"
minSdkVersion 21
Expand Down

0 comments on commit 1749a84

Please sign in to comment.