fixing Android

This commit is contained in:
rusefillc 2022-03-15 14:19:02 -04:00
parent cbd6879ddf
commit bf4131d88e
1 changed files with 8 additions and 0 deletions

View File

@ -8,12 +8,20 @@ buildscript {
} }
} }
apply from: 'dependencies.gradle'
allprojects { allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
} }
plugins.withType(JavaPlugin) {
dependencies {
implementation libs.annotations
}
}
} }
task clean(type: Delete) { task clean(type: Delete) {