We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dac004 commit 3831516Copy full SHA for 3831516
build.gradle
@@ -10,6 +10,7 @@ ext {
10
core_version = '1.8.0'
11
mdc_version = '1.6.1'
12
preference_version = '1.2.0'
13
+ library_version = '1.1.0'
14
}
15
apply from: "${rootDir}/scripts/publish-root.gradle"
16
themeEngine/build.gradle
@@ -3,9 +3,11 @@ plugins {
3
id 'org.jetbrains.kotlin.android'
4
5
6
+version = library_version
7
+
8
ext {
9
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'
0 commit comments