Skip to content

Commit

Permalink
feat(sdds-acore/icons): Icons module was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
malilex committed Mar 22, 2024
1 parent fdf3be5 commit d0373e7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sdds-core/icons/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
plugins {
id("convention.android-lib")
id("convention.maven-publish")
}

group = "sdds-core"

android {
namespace = "com.sdds.icons"
}
6 changes: 6 additions & 0 deletions sdds-core/icons/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
nexus.artifactId=sdds-icons
nexus.snapshot=false
nexus.description=SDDS icon pack library
versionMajor=0
versionMinor=1
versionPatch=0
2 changes: 2 additions & 0 deletions sdds-core/icons/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest />
1 change: 1 addition & 0 deletions sdds-core/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rootProject.name = "sdds-core"

includeBuild("../build-system")
include(
":icons",
":plugin_theme_builder",
":uikit",
":uikit-compose"
Expand Down

0 comments on commit d0373e7

Please sign in to comment.