diff --git a/app/build.gradle b/app/build.gradle index f92f68b..ad00217 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,11 +4,12 @@ plugins { } android { - compileSdkVersion(33) + namespace "com.launchdarkly.hello_android" + compileSdk 34 defaultConfig { applicationId "com.launchdarkly.hello_android" - minSdkVersion(21) - targetSdkVersion(33) + minSdkVersion(24) + targetSdkVersion(34) versionCode 1 versionName "1.0" } @@ -28,7 +29,7 @@ android { } dependencies { - implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.0.0' + implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.11.0' implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.appcompat:appcompat:1.6.1' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3e9fb21..760d71d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - + - \ No newline at end of file + diff --git a/build.gradle b/build.gradle index ab2b874..4bb9652 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.4.2' apply false - id 'com.android.library' version '7.4.2' apply false - id 'org.jetbrains.kotlin.android' version '1.8.0' apply false -} \ No newline at end of file + id 'com.android.application' version '8.7.0' apply false + id 'com.android.library' version '8.7.0' apply false + id 'org.jetbrains.kotlin.android' version '2.2.0' apply false +} diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d29d5e5..6947721 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu May 18 11:37:10 CDT 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME