Skip to content

Commit fa72ef6

Browse files
committed
release: [2.2.0] versionCode 14
Signed-off-by: lennoard <lennoardrai@gmail.com>
1 parent 6f5b5c8 commit fa72ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A GUI application for Android <code>sysctl</code> to edit kernel variables
4747

4848
This project is licensed under the terms of the MIT license.
4949

50-
> Copyright (c) 2019-2023 Lennoard.
50+
> Copyright (c) 2019-2024 Lennoard.
5151
>
5252
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5353
>

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = AppConfig.appId
1717
minSdk = AppConfig.minSdkVersion
1818
targetSdk = AppConfig.targetSdlVersion
19-
versionCode = 13
20-
versionName = "2.1.1"
19+
versionCode = 14
20+
versionName = "2.2.0"
2121
vectorDrawables.useSupportLibrary = true
2222
resourceConfigurations.addAll(listOf("en", "de", "pt-rBR"))
2323
javaCompileOptions {

0 commit comments

Comments
 (0)