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

Commit 171c54c

Browse files
committed
Upgrade to 0.5.0
1 parent d321108 commit 171c54c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ repositories {
116116
}
117117
118118
dependencies {
119-
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.4.4@aar'
119+
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.5.0@aar'
120120
}
121121
```

dist/rxpermissions-0.5.0.aar

9.01 KB
Binary file not shown.

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 8
11-
version = '0.4.4'
10+
versionCode 9
11+
version = '0.5.0'
1212
group = 'com.tbruyelle.rxpermissions'
1313
}
1414
buildTypes {

0 commit comments

Comments
 (0)