This commit is contained in:
Nick Gerleman
2022-10-14 07:06:36 -07:00
parent c2a0ccf0d4
commit 55d614c4c2
13 changed files with 166 additions and 162 deletions

View File

@@ -8,6 +8,8 @@
apply plugin: 'com.android.library'
// TODO Proguard consumers
android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion
@@ -47,7 +49,7 @@ android {
}
test {
java.srcDirs 'tests'
java.srcDir 'tests'
}
}
}