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

Commit

Permalink
Upgrade to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Oct 19, 2015
1 parent 48a4721 commit 72b42a1
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 @@ -78,6 +78,6 @@ repositories {
}
dependencies {
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.2.0@aar'
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.3.0@aar'
}
```
Binary file added dist/rxpermissions-0.3.0.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 2
version = '0.2.0'
versionCode 3
version = '0.3.0'
group = 'com.tbruyelle.rxpermissions'
}
buildTypes {
Expand Down

0 comments on commit 72b42a1

Please sign in to comment.