Skip to content

Commit

Permalink
Update to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pawegio committed Aug 26, 2018
1 parent 5c58743 commit c03f4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@
# KAndroid
<img src="art/logo.png" width="160px">

Kotlin library for Android providing useful extensions to eliminate boilerplate code in Android SDK and focus on productivity. Library is compatible with **Kotlin 1.2.30** build.
Kotlin library for Android providing useful extensions to eliminate boilerplate code in Android SDK and focus on productivity.

Download
--------
Expand All @@ -15,7 +15,7 @@ repositories {
}
dependencies {
compile 'com.pawegio.kandroid:kandroid:0.8.7@aar'
compile 'com.pawegio.kandroid:kandroid:0.8.8@aar'
}
```

Expand Down
2 changes: 1 addition & 1 deletion kandroid/build.gradle
Expand Up @@ -25,7 +25,7 @@ repositories {
}

group = 'com.pawegio.kandroid'
version = '0.8.7'
version = '0.8.8'
def siteUrl = 'https://github.com/pawegio/KAndroid'
def gitUrl = 'https://github.com/pawegio/KAndroid.git'

Expand Down

0 comments on commit c03f4d3

Please sign in to comment.