Skip to content

Commit

Permalink
edit DarkMode.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
rahbadev committed Jun 18, 2023
1 parent e21e0ca commit 04dc2aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@
.externalNativeBuild
.cxx
local.properties
/.idea/.gitignore
/.idea/compiler.xml
/.idea/git_toolbox_prj.xml
/.idea/gradle.xml
/.idea/jarRepositories.xml
/.idea/kotlinc.xml
/.idea/misc.xml
/.idea/vcs.xml
4 changes: 4 additions & 0 deletions BtechUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ apply plugin: 'maven-publish'
afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
from components.release
groupId = 'com.github.btech16'
artifactId = 'btech-utils'
version = '1.0'
}
}
}
Expand Down

0 comments on commit 04dc2aa

Please sign in to comment.