diff --git a/demo/angular/android/variables.gradle b/demo/angular/android/variables.gradle index f22ce5dc..9c1bbf52 100644 --- a/demo/angular/android/variables.gradle +++ b/demo/angular/android/variables.gradle @@ -1,5 +1,5 @@ ext { - minSdkVersion = 22 + minSdkVersion = 26 compileSdkVersion = 34 targetSdkVersion = 34 androidxActivityVersion = '1.8.0' @@ -15,8 +15,8 @@ ext { cordovaAndroidVersion = '10.1.1' // If you use @capacitor-community/stripe: - stripeAndroidVersion = '20.39.+' + // stripeAndroidVersion = '20.39.+' // If you use @capacitor-community/stripe-identity: - identityVersion = '20.39.+' + // identityVersion = '20.39.+' } diff --git a/packages/identity/android/build.gradle b/packages/identity/android/build.gradle index f3b6ba8e..46549374 100644 --- a/packages/identity/android/build.gradle +++ b/packages/identity/android/build.gradle @@ -5,7 +5,7 @@ ext { androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1' playServicesWalletVersion = project.hasProperty('playServicesWalletVersion') ? rootProject.ext.playServicesWalletVersion : '19.2.+' - identityVersion = project.hasProperty('identityVersion') ? rootProject.ext.identityVersion : '20.36.+' + identityVersion = project.hasProperty('identityVersion') ? rootProject.ext.identityVersion : '20.40.+' } buildscript { diff --git a/packages/payment/android/build.gradle b/packages/payment/android/build.gradle index ac8a79a2..406588b0 100644 --- a/packages/payment/android/build.gradle +++ b/packages/payment/android/build.gradle @@ -5,7 +5,7 @@ ext { androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1' playServicesWalletVersion = project.hasProperty('playServicesWalletVersion') ? rootProject.ext.playServicesWalletVersion : '19.2.+' - stripeAndroidVersion = project.hasProperty('stripeAndroidVersion') ? rootProject.ext.stripeAndroidVersion : '20.36.+' + stripeAndroidVersion = project.hasProperty('stripeAndroidVersion') ? rootProject.ext.stripeAndroidVersion : '20.40.+' gsonVersion = project.hasProperty('gsonVersion') ? rootProject.ext.gsonVersion : '2.10.+' } diff --git a/packages/terminal/android/build.gradle b/packages/terminal/android/build.gradle index c76d3426..16b5138b 100644 --- a/packages/terminal/android/build.gradle +++ b/packages/terminal/android/build.gradle @@ -11,7 +11,7 @@ ext { } buildscript { - ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.9.10' + ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.8.20' repositories { google() mavenCentral() @@ -49,7 +49,7 @@ android { targetCompatibility JavaVersion.VERSION_17 } kotlinOptions { - jvmTarget = "1.8" + jvmTarget = 17 } }