Run tests on CI

This commit is contained in:
Melih Aksoy
2019-07-03 14:05:20 +02:00
parent 0b38738112
commit 6a588e449e
4 changed files with 23 additions and 3 deletions

View File

@@ -9,4 +9,8 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
}