π€Android
Add in your settings.gradle mavenCetral
mavenCetraldependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
//Stuff
mavenCentral()
}
}There are three versions for Android:
implementation("io.github.codandotv:craftd-compose:${last_version}")implementation("io.github.codandotv:craftd-xml:${last_version}")implementation("io.github.codandotv:craftd-core:${last_version}")Last updated