Skip to content

Commit

Permalink
Merge pull request #2 from khipu/2.7.1
Browse files Browse the repository at this point in the history
feat: khipu 2.7.2
  • Loading branch information
edavism authored Jul 30, 2024
2 parents fd55511 + c5c6201 commit 3e49b4b
Show file tree
Hide file tree
Showing 5 changed files with 690 additions and 828 deletions.
2 changes: 1 addition & 1 deletion CapacitorKhipu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'KhipuClientIOS', '2.7.1'
s.dependency 'KhipuClientIOS', '2.7.2'
s.swift_version = '5.1'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')
implementation 'com.khipu:khipu-client-android:2.7.1'
implementation 'com.khipu:khipu-client-android:2.7.2'
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
Expand Down
4 changes: 2 additions & 2 deletions example/src/js/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Khipu } from 'capacitor-khipu';
// eslint-disable-next-line no-undef
window.startOperation = () => {
Khipu.startOperation({
operationId: '3zxucrysvejz',
operationId: 'kovybbwrewws',
options: {
title: 'Demo Capacitor',
locale: 'es_CL',
Expand All @@ -15,7 +15,7 @@ window.startOperation = () => {
// lightTopBarContainer: '#ffffff',
// lightOnTopBarContainer: '#333333',
},
showFooter: false,
showFooter: true,
},
}).then((result) => {
// eslint-disable-next-line no-undef
Expand Down
Loading

0 comments on commit 3e49b4b

Please sign in to comment.