diff --git a/orb/build.gradle b/orb/build.gradle index 766a53d..c4fe5d0 100644 --- a/orb/build.gradle +++ b/orb/build.gradle @@ -1,7 +1,7 @@ /* - * Created by Ezra Lazuardy on 9/6/20 2:36 PM + * Created by Ezra Lazuardy on 9/6/20 2:52 PM * Copyright (c) 2020. All rights reserved. - * Last modified 9/6/20 2:35 PM + * Last modified 9/6/20 2:52 PM */ apply plugin: 'com.android.library' @@ -36,6 +36,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core-ktx:1.3.1' testImplementation 'junit:junit:4.13' }