11ext {
22 capacitorVersion = System . getenv(' CAPACITOR_VERSION' )
33 junitVersion = project. hasProperty(' junitVersion' ) ? rootProject. ext. junitVersion : ' 4.13.2'
4- androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1 '
5- androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5 '
6- androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5 .1'
4+ androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.0 '
5+ androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.2.1 '
6+ androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.6 .1'
77 androidxCoreKTXVersion = project. hasProperty(' androidxCoreKTXVersion' ) ? rootProject. ext. androidxCoreKTXVersion : ' 1.12.0'
88 googleMapsPlayServicesVersion = project. hasProperty(' googleMapsPlayServicesVersion' ) ? rootProject. ext. googleMapsPlayServicesVersion : ' 19.0.0'
99 googleMapsUtilsVersion = project. hasProperty(' googleMapsUtilsVersion' ) ? rootProject. ext. googleMapsUtilsVersion : ' 3.8.2'
@@ -22,7 +22,7 @@ buildscript {
2222 }
2323 }
2424 dependencies {
25- classpath ' com.android.tools.build:gradle:8.2.1 '
25+ classpath ' com.android.tools.build:gradle:8.7.0 '
2626 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2727 if (System . getenv(" CAP_PLUGIN_PUBLISH" ) == " true" ) {
2828 classpath ' io.github.gradle-nexus:publish-plugin:1.3.0'
@@ -40,10 +40,10 @@ if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
4040
4141android {
4242 namespace " com.capacitorjs.plugins.googlemaps"
43- compileSdk project. hasProperty(' compileSdkVersion' ) ? rootProject. ext. compileSdkVersion : 34
43+ compileSdk project. hasProperty(' compileSdkVersion' ) ? rootProject. ext. compileSdkVersion : 35
4444 defaultConfig {
45- minSdkVersion project. hasProperty(' minSdkVersion' ) ? rootProject. ext. minSdkVersion : 22
46- targetSdkVersion project. hasProperty(' targetSdkVersion' ) ? rootProject. ext. targetSdkVersion : 34
45+ minSdkVersion project. hasProperty(' minSdkVersion' ) ? rootProject. ext. minSdkVersion : 23
46+ targetSdkVersion project. hasProperty(' targetSdkVersion' ) ? rootProject. ext. targetSdkVersion : 35
4747 versionCode 1
4848 versionName " 1.0"
4949 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
0 commit comments