Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
zetbaitsu committed Aug 2, 2020
1 parent ecb621d commit 737149c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ android {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(":cekrek")
//implementation project(":cekrek")
implementation 'id.zelory:cekrek:1.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.1'
implementation 'androidx.appcompat:appcompat:1.1.0'
Expand Down

0 comments on commit 737149c

Please sign in to comment.