A library for using pre-built codes
Library Size: ~500kb
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
------> maven { url 'https://jitpack.io' }
}
}
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenLocal()
mavenCentral()
google()
------> maven(url = "https://jitpack.io")
}
}
2. Copy the following line in section dependencies
in file build.gradle
of module app
and replace it with LATEST_VERSION
according to the latest version in the
repository:
dependencies {
implementation 'com.github.riazati75:andromeda:LATEST_VERSION'
}
dependencies {
implementation("com.github.riazati75:andromeda:LATEST_VERSION")
}
- Added:
- ExceptionUi
- Dispatchers
- Memory
- Preference