Skip to content

Commit

Permalink
Merge pull request #1 from dineshmm23/dineshmm23-patch-1
Browse files Browse the repository at this point in the history
Change to compile to implementation
  • Loading branch information
dineshmm23 authored Sep 11, 2019
2 parents 28c04a4 + c411a77 commit aa5643e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

buildscript {
repositories {
google()
jcenter()
maven { url "https://maven.google.com" }
maven { url "https://jitpack.io" }
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.4.1'
}
}

Expand Down Expand Up @@ -38,6 +39,6 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.github.GrenderG:Toasty:1.3.0'
implementation 'com.facebook.react:react-native:+'
implementation 'com.github.GrenderG:Toasty:1.4.2'
}

0 comments on commit aa5643e

Please sign in to comment.