Skip to content

Commit

Permalink
Releasing v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed Dec 2, 2024
1 parent a5752e3 commit 247ded6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=com.zachklipp
POM_ARTIFACT_ID=constraints-explorer

VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.1.0

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down Expand Up @@ -46,4 +46,4 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true

0 comments on commit 247ded6

Please sign in to comment.