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

Commit cf3fef4

Browse files
committed
v2.2.1
1 parent e26559e commit cf3fef4

File tree

4 files changed

+14
-71
lines changed

4 files changed

+14
-71
lines changed

README.md

Lines changed: 10 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ Huge thanks to [BlackMesa123](https://github.com/BlackMesa123) who has contribut
3232
[GIF version](https://github.com/Yanndroid/OneUI-Design-Library/blob/master/readme-resources/screenshots/screenrecording.gif)
3333

3434
## Installation
35-
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.)
3635

3736
1. Add the dependency to build.gradle (Module: ...)
3837
```gradle
3938
dependencies {
40-
implementation 'io.github.yanndroid:oneui:2.2.0'
39+
implementation 'io.github.yanndroid:oneui:2.2.1'
4140
...
4241
}
4342
```
@@ -77,71 +76,6 @@ res/values-v25/styles.xml
7776

7877
</details>
7978

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: ...)
95-
```gradle
96-
dependencies {
97-
implementation 'com.github.Yanndroid:OneUI-Design-Library:1.3.0'
98-
...
99-
}
100-
```
101-
3. Apply the main theme in AndroidManifest.xml
102-
```xml
103-
<application
104-
...
105-
android:theme="@style/SamsungTheme"
106-
>
107-
...
108-
</application>
109-
```
110-
111-
112-
### with Github Packages:
113-
1. Create a [new token](https://github.com/settings/tokens) with ```read:packages``` permission.
114-
2. Add the dependency to build.gradle (Module: ...)
115-
```gradle
116-
repositories {
117-
maven {
118-
url = uri("https://maven.pkg.github.com/Yanndroid/OneUI-Design-Library")
119-
credentials {
120-
username = "your username"
121-
password = "your token"
122-
}
123-
}
124-
}
125-
126-
127-
dependencies {
128-
implementation 'de.dlyt.yanndroid:oneui:1.3.0'
129-
...
130-
}
131-
```
132-
133-
3. Apply the main theme in AndroidManifest.xml
134-
```xml
135-
<application
136-
...
137-
android:theme="@style/SamsungTheme"
138-
>
139-
...
140-
</application>
141-
```
142-
143-
</details>
144-
14579
## Issues
14680

14781
### Proguard
@@ -1324,6 +1258,15 @@ Starting with v2.1.0, the new OneUI 4 design is being added to this library and
13241258

13251259
## Changelog
13261260

1261+
<details>
1262+
<summary>2.2.1</summary>
1263+
1264+
- OneUI4++ (views, colors, fonts, themes)
1265+
- PopupMenu improvements
1266+
- fixes & minor changes
1267+
1268+
</details>
1269+
13271270
<details>
13281271
<summary>2.2.0</summary>
13291272

app/release/app-release.apk

53.5 KB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 55,
15-
"versionName": "2.2.0",
14+
"versionCode": 56,
15+
"versionName": "2.2.1",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22
android.useAndroidX=true
33
android.enableJetifier=true
44
# version
5-
VERSION_NAME=2.2.0
6-
VERSION_CODE=7
5+
VERSION_NAME=2.2.1
6+
VERSION_CODE=8
77
# mavenCentral
88
GROUP_ID=io.github.yanndroid
99
ARTIFACT_ID=oneui

0 commit comments

Comments
 (0)