Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Nov 2, 2015
1 parent eafd35d commit 6dd6e91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ repositories {
}
dependencies {
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.4.1@aar'
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.4.2@aar'
}
```
Binary file added dist/rxpermissions-0.4.2.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
version = '0.4.1'
versionCode 6
version = '0.4.2'
group = 'com.tbruyelle.rxpermissions'
}
buildTypes {
Expand Down

0 comments on commit 6dd6e91

Please sign in to comment.