diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 2b8a50f..bb44937 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 9a708ad..fa6205a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.library' version '7.2.2' apply false - id 'org.jetbrains.kotlin.android' version '1.8.0' apply false + id 'com.android.library' version '8.5.1' apply false + id 'org.jetbrains.kotlin.android' version '2.1.0' apply false id 'maven-publish' } diff --git a/datawedgeprofileintentswrapper/build.gradle b/datawedgeprofileintentswrapper/build.gradle index 1407019..fc2eb08 100644 --- a/datawedgeprofileintentswrapper/build.gradle +++ b/datawedgeprofileintentswrapper/build.gradle @@ -39,9 +39,8 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - - implementation 'androidx.core:core-ktx:1.10.1' - implementation 'androidx.core:core:1.15.0' + //implementation 'androidx.core:core:1.15.0' + implementation 'androidx.core:core-ktx:1.15.0' } afterEvaluate { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a32d70d..e34e990 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Dec 04 09:43:50 CET 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists