CraftD
  • 👋Overview
  • 🛠️Setup
    • 🤖Android
    • 🍎iOS
    • 🔷Flutter
  • 💡How to use
    • 🤖Android
      • Compose
      • View System
    • 🔷Flutter
    • 🍎iOS
  • 🗒️Notes
    • For Developers
    • License
  • 🙏Thanks to the contributors
Powered by GitBook
On this page
  1. Setup

Android

PreviousSetupNextiOS

Last updated 9 months ago

Add in your settings.gradle mavenCetral

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        //Stuff
        mavenCentral()
    }

}

There are three versions for Android:

  • Compose

implementation("io.github.codandotv:craftd-compose:${last_version}")

Check out the latest version of the Compose library on

  • XML View System

implementation("io.github.codandotv:craftd-xml:${last_version}")

Check out the latest version of the XML library on

  • Core - Is meant to be used for you to customize even the craftD mechanism

implementation("io.github.codandotv:craftd-core:${last_version}")

Check out the latest version of the Core library on

🛠️
🤖
Maven Central Repository
Maven Central Repository
Maven Central Repository