Skip to content

Commit 165d6ef

Browse files
committed
update version
1 parent e3e0383 commit 165d6ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/build
1+
/build
2+
/release

build-logic/dependencies/src/main/kotlin/AndroidApplicationConventionPlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
2121
defaultConfig.apply {
2222
applicationId = "st.slex.csplashscreen"
2323
targetSdk = 34
24-
versionName = "1.0"
25-
versionCode = 1
24+
versionName = "1.3"
25+
versionCode = 3
2626
buildTypes {
2727
release {
2828
isMinifyEnabled = false

0 commit comments

Comments
 (0)