11buildscript {
2- ext. kotlin_version = " 1.9.21 "
2+ ext. kotlin_version = " 1.9.24 "
33 ext. jacocoVersion = ' 0.8.7'
44 repositories {
55 google()
@@ -12,7 +12,7 @@ buildscript {
1212 if (System . getenv(" SHOULD_PUBLISH" ) == " true" ) {
1313 classpath(" io.github.gradle-nexus:publish-plugin:1.1.0" )
1414 }
15- classpath ' com.android.tools.build:gradle:8.2.2 '
15+ classpath ' com.android.tools.build:gradle:8.7.3 '
1616 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1717 classpath " org.jacoco:org.jacoco.core:$jacocoVersion "
1818 }
@@ -41,11 +41,11 @@ apply plugin: "jacoco"
4141
4242android {
4343 namespace " com.outsystems.plugins.inappbrowser.osinappbrowserlib"
44- compileSdk 34
44+ compileSdk 35
4545
4646 defaultConfig {
4747 minSdk 26
48- targetSdk 34
48+ targetSdk 35
4949 versionCode 1
5050 versionName " 1.0"
5151
@@ -82,7 +82,7 @@ android {
8282
8383 def fileFilter = [' **/BuildConfig.*' , ' **/Manifest*.*' ]
8484 def debugTree = fileTree(dir : " ${ buildDir} /tmp/kotlin-classes/debug" , excludes : fileFilter)
85- def mainSrc = " ${ project.projectDir} /src/main/kotlin "
85+ def mainSrc = " ${ project.projectDir} /src/main/java "
8686
8787 sourceDirectories. setFrom(files([mainSrc]))
8888 classDirectories. setFrom(files([debugTree]))
@@ -117,12 +117,12 @@ repositories {
117117}
118118
119119dependencies {
120- implementation ' androidx.core:core-ktx:1.13.1 '
120+ implementation ' androidx.core:core-ktx:1.15.0 '
121121 implementation ' androidx.browser:browser:1.8.0'
122- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.3 '
122+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 '
123123 implementation ' androidx.appcompat:appcompat:1.7.0'
124- implementation ' androidx.webkit:webkit:1.11.0 '
125- implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
124+ implementation ' androidx.webkit:webkit:1.12.1 '
125+ implementation ' androidx.constraintlayout:constraintlayout:2.2.0 '
126126 implementation ' androidx.activity:activity-ktx:1.9.3'
127127
128128 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
0 commit comments