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

Commit 72b42a1

Browse files
committed
Upgrade to 0.3.0
1 parent 48a4721 commit 72b42a1

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
@@ -78,6 +78,6 @@ repositories {
7878
}
7979
8080
dependencies {
81-
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.2.0@aar'
81+
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.3.0@aar'
8282
}
8383
```

dist/rxpermissions-0.3.0.aar

7.44 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 2
11-
version = '0.2.0'
10+
versionCode 3
11+
version = '0.3.0'
1212
group = 'com.tbruyelle.rxpermissions'
1313
}
1414
buildTypes {

0 commit comments

Comments
 (0)