Skip to content

Commit

Permalink
refactor!: interface (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwimberger authored Dec 11, 2024
2 parents 1927b3a + fd018ae commit f923b9a
Show file tree
Hide file tree
Showing 15 changed files with 647 additions and 482 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ trim_trailing_whitespace = true
[*.java]
ij_java_imports_layout = $*, |, javax.**, java.**, |, *

[*.gradle]
[*.swift]
indent_size = 4

[{*.gradle,*.kt,*.kts}]
indent_size = 4

[*.md]
Expand Down
2 changes: 1 addition & 1 deletion EvvaAbrevvaCapacitor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ TODO: Add long description of the pod here.
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'

s.dependency 'Capacitor'
s.dependency 'AbrevvaSDK', '~> 1.1.0'
s.dependency 'AbrevvaSDK', '~> 3.0.1'
end
238 changes: 164 additions & 74 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation "androidx.core:core-ktx:$coreKtx"

implementation group: "com.evva.xesar", name: "abrevva-sdk-android", version: "1.0.21"
implementation group: "com.evva.xesar", name: "abrevva-sdk-android", version: "3.0.1"

testImplementation "junit:junit:$junitVersion"

Expand Down
Loading

0 comments on commit f923b9a

Please sign in to comment.