LouisCAD / Splitties

A collection of hand-crafted extensions for your Kotlin projects.

Home Page:https://splitties.louiscad.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The project is using an incompatible version of the Android Gradle plugin.

hqweb opened this issue · comments

commented

ERROR: The project is using an incompatible version of the Android Gradle plugin.
Please update your project to use version 3.6.3.
Search in build.gradle files

Hello, if you cloned the master branch, you need to update the version here:

implementation("com.android.tools.build:gradle:3.5.0-alpha13")

If you cloned the develop branch, you need to update the version here:

plugin.android=3.6.0-rc01