Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Bump ci version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Jan 10, 2024
1 parent b2b21c6 commit e9927be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = getVersionCode()
versionName = "1.0" + "-" + getVersionName()
versionName = "1.1" + "-" + getVersionName()
}
val properties = Properties()
runCatching { properties.load(project.rootProject.file("local.properties").inputStream()) }
Expand Down

0 comments on commit e9927be

Please sign in to comment.