File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44
55android {
6- compileSdkVersion 27
7- buildToolsVersion " 27 .0.3"
6+ compileSdkVersion 28
7+ buildToolsVersion " 28 .0.3"
88
99 defaultConfig {
1010 applicationId " com.simplemobiletools.flashlight"
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.2.60 '
4+ ext. kotlin_version = ' 1.2.71 '
55
66 repositories {
77 jcenter()
88 google()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.1.4 '
12+ classpath ' com.android.tools.build:gradle:3.2.0 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414
1515 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1- # Sat Nov 11 16:08:45 CET 2017
1+ # Wed Oct 03 14:53:12 CEST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments