This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
Changes
Full Changelog: 1.0.0...1.1.0
Features
- Support Gofile api update:
2023-04-20
- More native target support.
Installation
build.gradle.kts
repositories {
mavenCentral()
}
dependencies {
implementation("dev.s7a:gofile:1.1.0")
}
build.gradle
repositories {
mavenCentral()
}
dependencies {
implementation "dev.s7a:gofile:1.1.0"
}