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

Commit 364b6a8

Browse files
committed
# version 1.1.3
- deleted dev branch - update readme
1 parent 03f9e73 commit 364b6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ todo
4242

4343
## Installation
4444
### with [Jitpack](https://jitpack.io/#Yanndroid/SamsungOneUi):
45-
:warning: Jitpack has a problem with the 1.1.3 version, but you still can use 1.1.2
45+
:warning: Jitpack has a problem with the 1.1.3 version. You still can use 1.1.2 or use Github packages instead.
4646
1. Add jitpack to build.gradle (Project: ...)
4747
```gradle
4848
allprojects {
@@ -55,7 +55,7 @@ allprojects {
5555
2. Add the dependency to build.gradle (Module: ...)
5656
```gradle
5757
dependencies {
58-
implementation 'com.github.Yanndroid:SamsungOneUi:1.1.3'
58+
implementation 'com.github.Yanndroid:SamsungOneUi:1.1.2'
5959
...
6060
}
6161
```

0 commit comments

Comments
 (0)