Skip to content

Commit

Permalink
* Build tools update
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Nov 12, 2018
1 parent a06ea9b commit 2a714c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.todobom.opennotescanner"
minSdkVersion 21
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -7,9 +7,10 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 2a714c7

Please sign in to comment.