Skip to content

Commit

Permalink
[Release] Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshmm02 committed Jun 10, 2022
1 parent 9dac004 commit 3831516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ext {
core_version = '1.8.0'
mdc_version = '1.6.1'
preference_version = '1.2.0'
library_version = '1.1.0'
}
apply from: "${rootDir}/scripts/publish-root.gradle"

Expand Down
4 changes: 3 additions & 1 deletion themeEngine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ plugins {
id 'org.jetbrains.kotlin.android'
}

version = library_version

ext {
PUBLISH_GROUP_ID = 'io.github.prathameshmm02.themeEngine'
PUBLISH_VERSION = '1.0.1'
PUBLISH_VERSION = version
PUBLISH_ARTIFACT_ID = 'themeEngine'
PUBLISH_DESCRIPTION = 'A Material Design 3 Theme Engine for Android'
PUBLISH_URL = 'https://github.com/prathameshmm02/ThemeEngine'
Expand Down

0 comments on commit 3831516

Please sign in to comment.