mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-08-28 02:04:46 -04:00
Revert "Some more build fixes - use Android-Gradle .14"
This reverts commit 51a3dd3eac
.
This commit is contained in:
@ -5,10 +5,12 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'android-sdk-manager'
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
|
Reference in New Issue
Block a user