mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-25 08:47:12 -07:00
lowered gradle version
This commit is contained in:
parent
3be60a76a8
commit
5b4cd994ec
4 changed files with 2 additions and 6 deletions
|
@ -10,7 +10,6 @@ buildscript {
|
|||
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'com.github.dcendents.android-maven'
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
|
@ -40,8 +39,6 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile gradleApi()
|
||||
compile 'com.android.support:appcompat-v7:24.2.0'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
}
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue