Skip to content

Commit

Permalink
chore(android): update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Mar 25, 2024
1 parent 35fd5c3 commit 70d30cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions demo/angular/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
minSdkVersion = 22
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.8.0'
Expand All @@ -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.+'
}
2 changes: 1 addition & 1 deletion packages/identity/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion packages/payment/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.+'
}

Expand Down
4 changes: 2 additions & 2 deletions packages/terminal/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -49,7 +49,7 @@ android {
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = 17
}
}

Expand Down

0 comments on commit 70d30cd

Please sign in to comment.