Skip to content

Commit

Permalink
Merge pull request #99 from yashk2000/updateGradle
Browse files Browse the repository at this point in the history
Fix #8 Update gradle and kotlin version
  • Loading branch information
yashk2000 committed Jun 8, 2020
2 parents bf9e149 + f1a935a commit 552448b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions visionppi/build.gradle
@@ -1,15 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.31'
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()

}
dependencies {

classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"


Expand Down
4 changes: 2 additions & 2 deletions visionppi/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Fri Jul 05 16:38:49 IST 2019
#Tue Jun 09 00:38:57 IST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit 552448b

Please sign in to comment.