Skip to content

Commit

Permalink
update build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
gejiaheng committed Nov 6, 2017
1 parent 75fd8e6 commit 5aac0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def enableGoogleServicesPlugin = getLocalProperty('enableGoogleServicesPlugin',

android {
compileSdkVersion 26
buildToolsVersion "26.0.0"
buildToolsVersion "26.0.2"

defaultConfig {
applicationId "com.ge.protein"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
// To override this check from the command line please set the ANDROID_DAILY_OVERRIDE environment variable to "xxxxxxxxxxxxxxxxx"
// If you come across the above error, run the following command and restart Android Studio
// launchctl setenv ANDROID_DAILY_OVERRIDE <your-value-on-error-message>
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
classpath 'com.google.gms:google-services:3.1.0'

Expand Down

0 comments on commit 5aac0d6

Please sign in to comment.