Skip to content

Commit

Permalink
Update publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaak67 committed Mar 26, 2024
1 parent f67b089 commit abdf6d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,15 @@
.externalNativeBuild
.cxx
local.properties
/.idea/artifacts/*
/.idea/.gitignore
/.idea/.name
/.idea/androidTestResultsUserPreferences.xml
/.idea/compiler.xml
/.idea/deploymentTargetDropDown.xml
/.idea/gradle.xml
/.idea/kotlinc.xml
/.idea/migrations.xml
/.idea/misc.xml
/.idea/vcs.xml
/convention-plugins/build/*
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext["ossrhUsername"] = null
ext["ossrhPassword"] = null

val publishGroupId: String = "ly.com.tahaben"
val publishVersion: String = "1.0.5-beta-local"
val publishVersion: String = "1.0.5"
val publishArtifactId: String = "showcase-layout-compose"


Expand Down Expand Up @@ -42,7 +42,6 @@ val javadocJar by tasks.registering(Jar::class) {

fun getExtraString(name: String) = ext[name]?.toString()


group = publishGroupId
version = publishVersion

Expand Down

0 comments on commit abdf6d6

Please sign in to comment.