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.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Nov 30, 2015
1 parent 0244808 commit 06ed0ed
Showing 1 changed file with 2 additions and 2 deletions.
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 6
version = '0.4.2'
versionCode 7
version = '0.4.3'
group = 'com.tbruyelle.rxpermissions'
}
buildTypes {
Expand Down

0 comments on commit 06ed0ed

Please sign in to comment.