|
@@ -30,8 +30,9 @@ android {
|
|
|
|
|
|
}
|
|
|
|
|
|
+
|
|
|
dependencies {
|
|
|
- implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
|
+ api fileTree(dir: "libs", include: ["*.jar"])
|
|
|
implementation "androidx.appcompat:appcompat:1.1.0"
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
testImplementation "junit:junit:4.12"
|