summaryrefslogtreecommitdiff
path: root/build-system/integration-test/test-projects/mlModelBinding/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build-system/integration-test/test-projects/mlModelBinding/build.gradle')
-rw-r--r--build-system/integration-test/test-projects/mlModelBinding/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-system/integration-test/test-projects/mlModelBinding/build.gradle b/build-system/integration-test/test-projects/mlModelBinding/build.gradle
index 12643bb04a..12ae2adac1 100644
--- a/build-system/integration-test/test-projects/mlModelBinding/build.gradle
+++ b/build-system/integration-test/test-projects/mlModelBinding/build.gradle
@@ -5,12 +5,12 @@ apply plugin: 'com.android.application'
android {
namespace "com.example.app"
- compileSdkVersion rootProject.latestCompileSdk
+ compileSdkVersion libs.versions.latestCompileSdk.get().toInteger()
defaultConfig {
applicationId "com.example.app"
minSdkVersion 26
- targetSdkVersion rootProject.latestCompileSdk
+ targetSdkVersion libs.versions.latestCompileSdk.get()
versionCode 1
versionName "1.0"