Skip to content

Commit f1da40d

Browse files
committed
Update changelog
1 parent ae9743f commit f1da40d

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ android {
4848
}
4949
}
5050

51+
aboutLibraries {
52+
configPath = "config"
53+
}
54+
5155
dependencies {
5256

5357
implementation(libs.androidx.core.ktx)

app/src/main/java/com/jpb/jpb24/AboutActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class AboutActivity : LibsActivity() {
8080
contributors.append("<b>What's New</b>")
8181
.append("<br>- UI redesign, using the SurgeDL (SurgeOS Design Language) libraries")
8282
.append("<br>- Introduce an about page")
83+
.append("<br>- Introduce the ability to check more system information, such as the kernel version, storage capacity and battery capacity")
8384
.append("<br>- Dependency updates")
8485
MaterialAlertDialogBuilder(context)
8586
.setIcon(R.drawable.alert_decagram)

config/libraries/surgedl.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"uniqueId": "com.jpb.surge.design:design",
3+
"developers": [
4+
{
5+
"name": "jpb",
6+
"organisationUrl": "https://jpb896.vercel.app"
7+
}
8+
],
9+
"description": "Modern and easily customizable UI components, used in SurgeOS System Apps",
10+
"name": "SurgeOS Design Language (SurgeDL) Components",
11+
"website": "https://github.com/Surge-OS/surge-dl-components",
12+
"artifactVersion": "1.2.0",
13+
"licenses": [
14+
"Apache-2.0"
15+
]
16+
}

0 commit comments

Comments
 (0)