diff --git a/build.gradle b/build.gradle index dfbcb3e..39c8eeb 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { } plugins { - id "org.sonarqube" version "3.5.0.2730" + id "org.sonarqube" version "4.3.0.3225" id "org.jlleitschuh.gradle.ktlint" version "11.2.0" } @@ -49,6 +49,6 @@ allprojects { } dependencies { - implementation 'com.apptentive:apptentive-kit-android:6.0.3' + api 'com.apptentive:apptentive-kit-android:6.0.3' testImplementation 'io.mockk:mockk:1.13.3' }