Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Lazuardy committed Sep 6, 2020
1 parent 5d77e3c commit d20b5bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions orb/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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'
}
Expand Down

0 comments on commit d20b5bb

Please sign in to comment.