Skip to content

Commit

Permalink
fix: Fix travis build databinding error
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldadmin committed Jul 27, 2019
1 parent ddb6f98 commit 40dbfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sampleapp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.squareup.sqldelight'
apply plugin: 'kotlin-kapt'

android {
compileSdkVersion buildConfig.compileSdk
Expand Down

0 comments on commit 40dbfdd

Please sign in to comment.