Navigation Menu

Skip to content

Commit

Permalink
Update gradle android tool to 3.1.3
Browse files Browse the repository at this point in the history
Thanks to Monte48 for the correct maven URL outside of android studio
  • Loading branch information
nerzhul committed Jul 22, 2018
1 parent f41df43 commit 9855651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/android/build.gradle
Expand Up @@ -3,9 +3,10 @@ buildscript {
mavenCentral()
jcenter()
google()
maven { url 'https://maven.google.com' }
}
dependencies {
classpath "com.android.tools.build:gradle:2.3.0"
classpath "com.android.tools.build:gradle:3.1.3"
}
}

Expand Down

0 comments on commit 9855651

Please sign in to comment.