Skip to content

Commit

Permalink
feat(android): update capture library version to 5.6.1 (release_4_2_0) (
Browse files Browse the repository at this point in the history
#91)

* feat(android): update capture library version to 5.6.0 (release_4_2_0)

* feat: update android

---------

Co-authored-by: diniz-lucas <[email protected]>
  • Loading branch information
emerson-moura and diniz-lucas authored Dec 21, 2023
1 parent 0274486 commit 8d1cabc
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ unlinked_spec.ds
coverage/

# Submodules
!pubspec.lock
pubspec.lock
packages/**/pubspec.lock

# Web related
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 4.2.0

- Atualização da sdk nativa iOS para `2.6.0` [release notes](https://developers.unico.io/docs/check/SDK/iOS/release-notesiOSSDK)
- Atualização da sdk nativa Android para `5.6.1` [release notes](https://developers.unico.io/docs/check/SDK/android/release-notesAndroidSDK/)

## 4.1.0

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "io.unico:capture:5.3.0"
implementation "io.unico:capture:5.6.1"
}
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 32
compileSdkVersion 33

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
172 changes: 0 additions & 172 deletions example/pubspec.lock

This file was deleted.

Loading

0 comments on commit 8d1cabc

Please sign in to comment.