You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
v2.0.0 and future versions are (and only will be) available on mavenCentral. For older ones see below. (v1.3.0 was published to MavenCentral during development for testing purpose and should **not** be used as it's unstable and incomplete.)
36
35
37
36
1. Add the dependency to build.gradle (Module: ...)
38
37
```gradle
39
38
dependencies {
40
-
implementation 'io.github.yanndroid:oneui:2.2.0'
39
+
implementation 'io.github.yanndroid:oneui:2.2.1'
41
40
...
42
41
}
43
42
```
@@ -77,71 +76,6 @@ res/values-v25/styles.xml
77
76
78
77
</details>
79
78
80
-
81
-
<details>
82
-
<summary>Older versions</summary>
83
-
84
-
### with [Jitpack](https://jitpack.io/#Yanndroid/SamsungOneUi):
85
-
1. Add jitpack to build.gradle (Project: ...)
86
-
```gradle
87
-
allprojects {
88
-
repositories {
89
-
...
90
-
maven { url 'https://jitpack.io' }
91
-
}
92
-
}
93
-
```
94
-
2. Add the dependency to build.gradle (Module: ...)
0 commit comments