Skip to content

Commit

Permalink
update 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-prnd committed Aug 14, 2024
1 parent 69abbfc commit 5087749
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TedPermission makes it easy to check and request android permissions.
## Setup
- Edit `root/app/build.gradle` like below.
- You can choose only one library depend on your code style `normal`/`coroutine`/`rxJava2`/`rxJava3`
- Replace `x.y.z` with the version shown in the 'Maven Central' button below, or the specific version you want (e.g. replace `x.y.z` with `3.3.0` if you want v3.3.0).
- Replace `x.y.z` with the version shown in the 'Maven Central' button below, or the specific version you want (e.g. replace `x.y.z` with `3.4.1` if you want 3.4.1).

[![Maven Central](https://img.shields.io/maven-central/v/io.github.ParkSangGwon/tedpermission-normal.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.ParkSangGwon%22%20AND%20a:%tedpermission-normal%22)

Expand All @@ -45,15 +45,15 @@ repositories {
dependencies {
// Normal
implementation("io.github.ParkSangGwon:tedpermission-normal:3.3.0")
implementation("io.github.ParkSangGwon:tedpermission-normal:3.4.1")
// Coroutine
implementation("io.github.ParkSangGwon:tedpermission-coroutine:3.3.0")
implementation("io.github.ParkSangGwon:tedpermission-coroutine:3.4.1")
// RxJava2
implementation("io.github.ParkSangGwon:tedpermission-rx2:3.3.0")
implementation("io.github.ParkSangGwon:tedpermission-rx2:3.4.1")
// RxJava3
implementation("io.github.ParkSangGwon:tedpermission-rx3:3.3.0")
implementation("io.github.ParkSangGwon:tedpermission-rx3:3.4.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ org.gradle.jvmargs=--add-opens java.base/java.io=ALL-UNNAMED
# org.gradle.parallel=true

GROUP=io.github.ParkSangGwon
VERSION_NAME=3.4.0
VERSION_NAME=3.4.1

POM_PACKAGING=aar

Expand Down

0 comments on commit 5087749

Please sign in to comment.