Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
stslex committed Aug 19, 2023
1 parent e3e0383 commit 165d6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/build
/release
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
defaultConfig.apply {
applicationId = "st.slex.csplashscreen"
targetSdk = 34
versionName = "1.0"
versionCode = 1
versionName = "1.3"
versionCode = 3
buildTypes {
release {
isMinifyEnabled = false
Expand Down

0 comments on commit 165d6ef

Please sign in to comment.