update commons to 4.7.0

This commit is contained in:
tibbi 2018-08-26 10:48:23 +02:00
parent fe03ec6b3d
commit a83497355c
2 changed files with 6 additions and 6 deletions

View File

@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android-extensions'
android { android {
compileSdkVersion 27 compileSdkVersion 28
buildToolsVersion "27.0.3" buildToolsVersion "28.0.2"
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.draw" applicationId "com.simplemobiletools.draw"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 28
versionCode 37 versionCode 37
versionName "4.2.0" versionName "4.2.0"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
@ -41,11 +41,11 @@ android {
} }
ext { ext {
leakCanaryVersion = '1.5.4' leakCanaryVersion = '1.6.1'
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:4.6.5' implementation 'com.simplemobiletools:commons:4.7.0'
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion" debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion" releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.2.60' ext.kotlin_version = '1.2.61'
repositories { repositories {
jcenter() jcenter()