Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay committed Feb 2, 2018
1 parent b56ac66 commit 170f7f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions daguerre/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionCode 7
versionName "1.0.7"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand All @@ -17,7 +17,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '27.0.1'
buildToolsVersion '27.0.3'
}

dependencies {
Expand Down

0 comments on commit 170f7f9

Please sign in to comment.