Skip to content

Commit ed7da31

Browse files
version bump to 1.8.3
1 parent e71a047 commit ed7da31

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can check some features in the Crouton Demo.
2121
If you're already using Crouton and just want to download the latest version of the library, follow [this link](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.keyboardsurfer.android.widget%22).
2222

2323
## [Changelog](https://github.com/keyboardsurfer/Crouton/wiki/Changelog)
24-
### Current version: 1.8.2
24+
### Current version: 1.8.3
2525

2626
## Usage
2727

@@ -101,7 +101,7 @@ Then declare Crouton within your dependencies:
101101
```groovy
102102
dependencies {
103103
...
104-
compile('de.keyboardsurfer.android.widget:crouton:1.8.1') {
104+
compile('de.keyboardsurfer.android.widget:crouton:1.8.3') {
105105
// exclusion is not neccessary, but generally a good idea.
106106
exclude group: 'com.google.android', module: 'support-v4'
107107
}
@@ -166,7 +166,7 @@ The build requires Gradle. Operations are very simple:
166166
After putting Crouton in a repository you can add it as dependency.
167167

168168
```gradle
169-
compile('de.keyboardsurfer.android.widget:crouton:1.8.1') {
169+
compile('de.keyboardsurfer.android.widget:crouton:1.8.3') {
170170
exclude group: 'com.google.android', module: 'support-v4'
171171
}
172172
```

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
buildToolsVersion '19'
2626
compileSdkVersion 19
2727
defaultConfig {
28-
versionCode 6
29-
versionName "1.8.2"
28+
versionCode 7
29+
versionName "1.8.3"
3030
minSdkVersion 8
3131
targetSdkVersion 19
3232
}
@@ -39,7 +39,7 @@ android {
3939

4040
group = "de.keyboardsurfer.android.widget"
4141
artifactId = "crouton"
42-
version = "1.8.2"
42+
version = "1.8.3"
4343

4444
android.libraryVariants.all { variant ->
4545
def name = variant.buildType.name

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
apply plugin: 'android'
18-
version = '1.8.2'
18+
version = '1.8.3'
1919

2020
buildscript {
2121
repositories {
@@ -45,8 +45,8 @@ android {
4545
compileSdkVersion 19
4646

4747
defaultConfig {
48-
versionCode 12
49-
versionName "1.8.2"
48+
versionCode 13
49+
versionName "1.8.3"
5050
minSdkVersion 8
5151
targetSdkVersion 19
5252
}

0 commit comments

Comments
 (0)