Skip to content

Commit a4eea53

Browse files
committed
release: [3.0.1] versionCode 20
Signed-off-by: Lennoard <lennoardrai@gmail.com>
1 parent 49cc3c3 commit a4eea53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = AppConfig.appId
1818
minSdk = AppConfig.minSdkVersion
1919
targetSdk = AppConfig.targetSdkVersion
20-
versionCode = 17
21-
versionName = "3.0.0"
20+
versionCode = 20
21+
versionName = "3.0.1"
2222
vectorDrawables.useSupportLibrary = true
2323
androidResources {
2424
localeFilters += listOf("en", "de", "pt-rBR", "tr")

buildSrc/src/main/kotlin/AppConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object AppConfig {
2-
val devCycle = true
2+
val devCycle = false
33

44
const val appId = "com.androidvip.sysctlgui"
55
const val compileSdkVersion = 36

0 commit comments

Comments
 (0)