Skip to content

Commit 541c9df

Browse files
version updated
1 parent b4527eb commit 541c9df

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.2
1+
## 0.4.0
22
* Fixed MissingPluginException [PR #116](https://github.com/CodingWithTashi/simple_barcode_scanner/pull/116)
33

44
## 0.3.1

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 34
25+
compileSdkVersion 36
2626
namespace "com.amolg.flutterbarcodescanner"
2727
defaultConfig {
2828
minSdkVersion 16
29-
targetSdkVersion 34
29+
targetSdkVersion 36
3030
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3131
}
3232
lintOptions {

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
2323
}
2424

2525
android {
26-
compileSdkVersion 35
26+
compileSdkVersion 36
2727
ndkVersion flutter.ndkVersion
2828
// ndkVersion = "25.1.8937393"
2929
namespace "com.kharagedition.example"

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ packages:
214214
path: ".."
215215
relative: true
216216
source: path
217-
version: "0.3.2"
217+
version: "0.4.0"
218218
sky_engine:
219219
dependency: transitive
220220
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: simple_barcode_scanner
22
description: simple_barcode_scanner that let you scan barcode and qr code in mobile, web and windows.
3-
version: 0.3.2
3+
version: 0.4.0
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
55
issue_tracker: https://github.com/CodingWithTashi/simple_barcode_scanner/issues
66

0 commit comments

Comments
 (0)