Skip to content

Commit 63a22d2

Browse files
committed
release: [3.1.0] versionCode 23
Signed-off-by: Lennoard <lennoardrai@gmail.com>
1 parent 4ae90a9 commit 63a22d2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = AppConfig.appId
1919
minSdk = AppConfig.minSdkVersion
2020
targetSdk = AppConfig.targetSdkVersion
21-
versionCode = 22
22-
versionName = "3.0.3"
21+
versionCode = 23
22+
versionName = "3.1.0"
2323
vectorDrawables.useSupportLibrary = true
2424
androidResources {
2525
localeFilters += listOf("en", "de", "pt-rBR", "tr")
@@ -130,4 +130,4 @@ dependencies {
130130
implementation(libs.koin)
131131
implementation(libs.koin.compose)
132132
implementation(libs.bundles.libsu)
133-
}
133+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Improved layout and usability in landscape mode.
2+
- The app now checks for compatible file types when importing settings.
3+
- The app now uses dynamic colors by default.
4+
- Added a new option to revert changes.
5+
- Added a screen to ask for consent before editing kernel parameters.
6+
- Updated UI with Material You components.

0 commit comments

Comments
 (0)