Skip to content

Commit

Permalink
Feature/33 android target sdk 14 bump (#67)
Browse files Browse the repository at this point in the history
* Bump targetSdkVersion to 34

* Bump autogram_sign to 0.4.4
  • Loading branch information
matejkepes authored Nov 16, 2024
1 parent d9edfb0 commit cf70cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 28
targetSdkVersion flutter.targetSdkVersion
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
ndk {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: "../autogram_sign"
relative: true
source: path
version: "0.4.1"
version: "0.4.4"
barcode:
dependency: transitive
description:
Expand Down

0 comments on commit cf70cf0

Please sign in to comment.