Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Build Guide

sungraek edited this page Nov 1, 2020 · 6 revisions

Gradle Setup

build.gradle (project:Chatterplot)

allprojects {
    repositories {
        maven {url 'https://jitpack.io'}
    }
}

build.gradle (Module: Chatterplot.app)

dependencies {
    implementation "androidx.recyclerview:recyclerview:1.1.0"  
    implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc03"  
    implementation 'com.google.android.material:material:1.2.1'  
    implementation 'com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT'
    implementation 'androidx.cardview:cardview:1.0.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
}

Clone this wiki locally