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

Commit 6dd6e91

Browse files
committed
version 0.4.2
1 parent eafd35d commit 6dd6e91

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
@@ -115,6 +115,6 @@ repositories {
115115
}
116116
117117
dependencies {
118-
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.4.1@aar'
118+
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.4.2@aar'
119119
}
120120
```

dist/rxpermissions-0.4.2.aar

9.51 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 5
11-
version = '0.4.1'
10+
versionCode 6
11+
version = '0.4.2'
1212
group = 'com.tbruyelle.rxpermissions'
1313
}
1414
buildTypes {

0 commit comments

Comments
 (0)