Skip to content

Commit

Permalink
fix configuration version
Browse files Browse the repository at this point in the history
  • Loading branch information
taewooyo committed Nov 17, 2023
1 parent 162ca6b commit 9a92c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 1
const val patchVersion = 0
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 2
const val versionCode = 1
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.github.taewooyo"
}
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
Expand Down

0 comments on commit 9a92c7e

Please sign in to comment.