Skip to content

Akshi-Vasaniya/attendance_moodle_api_lib

Repository files navigation

Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

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

Step 2. Add the dependency build.gradle(app) file

dependencies {
    implementation 'com.github.dhavanikgithub:attendance_moodle_api_lib:1.2.5'
}

Change SDK in build.gradle(app) file

android {
    compileSdk 33

    defaultConfig {
        ...
        targetSdk 33
        ...
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages