From d20b5bb4a6f60b356e0e7714bb6cedcf51c7de42 Mon Sep 17 00:00:00 2001 From: Ezra Lazuardy Date: Sun, 6 Sep 2020 14:52:55 +0700 Subject: [PATCH] Update dependencies --- orb/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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' }