Skip to content

Commit

Permalink
Update Kotlin, gradle plugin and built tools
Browse files Browse the repository at this point in the history
  • Loading branch information
anstaendig committed Oct 14, 2017
1 parent 15838f2 commit 64c579e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.1.4-3'
ext.kotlin_version = '1.1.51'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.dicedmelon.gradle:jacoco-android:0.1.1"

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Expand Up @@ -7,7 +7,7 @@ allprojects {

ext {
//Android
androidBuildToolsVersion = "26.0.0"
androidBuildToolsVersion = "26.0.2"
androidMinSdkVersion = 15
androidTargetSdkVersion = 26
androidCompileSdkVersion = 26
Expand Down
Expand Up @@ -44,7 +44,6 @@ open class ApplicationModule {
return PreferencesHelper(context)
}


@Provides
@PerApplication
internal fun provideBufferooRepository(factory: BufferooDataStoreFactory,
Expand Down

0 comments on commit 64c579e

Please sign in to comment.