Skip to content

Commit

Permalink
Update gradle build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Oct 16, 2018
1 parent 790de5a commit a0d5c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/JumioMobileSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath "com.android.tools.build:gradle:3.1.1"
classpath "com.android.tools.build:gradle:3.2.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
}
}
Expand Down Expand Up @@ -78,4 +78,4 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
}

0 comments on commit a0d5c86

Please sign in to comment.