Skip to content

Commit

Permalink
Update publish.gradle for version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
designe authored Aug 26, 2022
1 parent 909dd01 commit f9aadee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euphony/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'signing'

def LIB_GROUP_ID = 'co.euphony.lib'
def LIB_ARTIFACT_ID = 'euphony'
def LIB_VERSION = '0.8.0.1'
def LIB_VERSION = '0.8.1'

task androidSourcesJar(type: Jar) {
archiveClassifier.set('sources')
Expand Down

0 comments on commit f9aadee

Please sign in to comment.