generated from armorycodes/android-research-tech-deprecated
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from amirisback/develop/create-lib
DEVELOP :: READY FOR RELEASE BETA LIBRARY
- Loading branch information
Showing
5 changed files
with
383 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/** | ||
* Created by Faisal Amir on 24/10/22 | ||
* ----------------------------------------- | ||
* E-mail : [email protected] | ||
* Github : github.com/amirisback | ||
* ----------------------------------------- | ||
* Copyright (C) Frogobox ID / amirisback | ||
* All rights reserved | ||
*/ | ||
|
||
|
||
import ProjectSetting.APP_DOMAIN | ||
import ProjectSetting.APP_PLAY_CONSOLE | ||
|
||
object LibrarySetting { | ||
|
||
const val GITHUB_ACCOUNT = "amirisback" | ||
const val GITHUB_REPOSITORY = "keyboard" | ||
|
||
const val LIB_NAME = "libkeyboard" | ||
|
||
const val ARTIFACT_ID = GITHUB_REPOSITORY | ||
const val GROUP_ID = "com.github.$GITHUB_ACCOUNT" | ||
|
||
const val NAME_SPACE = "$APP_DOMAIN.$APP_PLAY_CONSOLE.$LIB_NAME" | ||
|
||
const val MAVEN_URI = "https://maven.pkg.github.com/$GITHUB_ACCOUNT/$GITHUB_REPOSITORY" | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.