Skip to content

Commit 3831516

Browse files
[Release] Version 1.1.0
1 parent 9dac004 commit 3831516

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ext {
1010
core_version = '1.8.0'
1111
mdc_version = '1.6.1'
1212
preference_version = '1.2.0'
13+
library_version = '1.1.0'
1314
}
1415
apply from: "${rootDir}/scripts/publish-root.gradle"
1516

themeEngine/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ plugins {
33
id 'org.jetbrains.kotlin.android'
44
}
55

6+
version = library_version
7+
68
ext {
79
PUBLISH_GROUP_ID = 'io.github.prathameshmm02.themeEngine'
8-
PUBLISH_VERSION = '1.0.1'
10+
PUBLISH_VERSION = version
911
PUBLISH_ARTIFACT_ID = 'themeEngine'
1012
PUBLISH_DESCRIPTION = 'A Material Design 3 Theme Engine for Android'
1113
PUBLISH_URL = 'https://github.com/prathameshmm02/ThemeEngine'

0 commit comments

Comments
 (0)