Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Convert TiLifecycleObserverTest to Kotlin #177

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = "1.2.51"
ext.kotlin_version = "1.3.11"
repositories {
google()
jcenter()
Expand Down
3 changes: 3 additions & 0 deletions thirtyinch/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'org.jetbrains.kotlin.android'
apply plugin: 'guru.stefma.bintrayrelease'

android {
Expand Down Expand Up @@ -42,6 +43,8 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "org.assertj:assertj-core:$assertjVersion"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation "io.mockk:mockk:1.8.13.kotlin13"

androidTestImplementation "com.android.support.test:runner:$supportTestVersion"
androidTestImplementation "org.mockito:mockito-core:$mockitoVersion"
Expand Down

This file was deleted.

Loading