You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android-Download/PublicComponent/build.gradle

18 lines
492 B

5 years ago
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
2 years ago
api project(path: ':AriaAnnotations')
testImplementation(libs.bundles.android.test)
implementation(libs.appcompat)
implementation(libs.startup)
2 years ago
api(libs.timber)
api(libs.annotation)
2 years ago
implementation(libs.gson)
2 years ago
implementation(libs.bundles.room)
kapt libs.room.compiler
5 years ago
}
//apply from: 'bintray-release.gradle'
2 years ago
ext {
PUBLISH_ARTIFACT_ID = 'public'
}
apply from: '../gradle/mavenCentral-release.gradle'