Skip to content

Commit

Permalink
rename core-android to library
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Aug 30, 2024
1 parent bea87a1 commit 0826e7d
Show file tree
Hide file tree
Showing 33 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion core-android/build.gradle → library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ muxDistribution {
releaseVersion versionFromTag()
artifactIds just("android")
groupIds just("com.mux.stats.sdk.muxstats")
publicReleaseIf releaseOnTag()
publicReleaseIf releaseIfCmdFlag("publicRelease")

// TODO: This is kinda clumsy, packageJavadocs should be a function not a property probably
packageJavadocs = releaseOnTag().call()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencyResolutionManagement {
}
}
rootProject.name = "MuxCore Android"
include ':core-android'
include ':library'

0 comments on commit 0826e7d

Please sign in to comment.