File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:4.1.3 '
11+ classpath ' com.android.tools.build:gradle:8.3.2 '
1212 }
1313}
1414
@@ -22,11 +22,11 @@ rootProject.allprojects {
2222apply plugin : ' com.android.library'
2323
2424android {
25- compileSdkVersion 30
26-
25+ compileSdkVersion 35
26+ namespace " com.amolg.flutterbarcodescanner "
2727 defaultConfig {
2828 minSdkVersion 16
29- targetSdkVersion 30
29+ targetSdkVersion 35
3030 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3131 }
3232 lintOptions {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-all .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6-bin .zip
Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion flutter. compileSdkVersion
30- ndkVersion flutter. ndkVersion
31-
29+ compileSdkVersion 35
30+ // ndkVersion flutter.ndkVersion
31+ ndkVersion = " 25.1.8937393"
32+ namespace " com.kharagedition.example"
3233 compileOptions {
3334 sourceCompatibility JavaVersion . VERSION_1_8
3435 targetCompatibility JavaVersion . VERSION_1_8
@@ -44,7 +45,6 @@ android {
4445
4546 defaultConfig {
4647 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
47- applicationId " com.kharagedition.example"
4848 // You can update the following values to match your application needs.
4949 // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
5050 minSdkVersion flutter. minSdkVersion
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.7.10 '
2+ ext. kotlin_version = ' 1.8.0 '
33 repositories {
44 google()
55 mavenCentral()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:7.1 .2'
9+ classpath ' com.android.tools.build:gradle:8.3 .2'
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-all .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6-bin .zip
Original file line number Diff line number Diff line change @@ -292,38 +292,6 @@ packages:
292292 url: "https://pub.dev"
293293 source: hosted
294294 version: "1.1.0"
295- webview_flutter:
296- dependency: "direct main"
297- description:
298- name: webview_flutter
299- sha256: "392c1d83b70fe2495de3ea2c84531268d5b8de2de3f01086a53334d8b6030a88"
300- url: "https://pub.dev"
301- source: hosted
302- version: "3.0.4"
303- webview_flutter_android:
304- dependency: transitive
305- description:
306- name: webview_flutter_android
307- sha256: "8b3b2450e98876c70bfcead876d9390573b34b9418c19e28168b74f6cb252dbd"
308- url: "https://pub.dev"
309- source: hosted
310- version: "2.10.4"
311- webview_flutter_platform_interface:
312- dependency: transitive
313- description:
314- name: webview_flutter_platform_interface
315- sha256: "812165e4e34ca677bdfbfa58c01e33b27fd03ab5fa75b70832d4b7d4ca1fa8cf"
316- url: "https://pub.dev"
317- source: hosted
318- version: "1.9.5"
319- webview_flutter_wkwebview:
320- dependency: transitive
321- description:
322- name: webview_flutter_wkwebview
323- sha256: a5364369c758892aa487cbf59ea41d9edd10f9d9baf06a94e80f1bd1b4c7bbc0
324- url: "https://pub.dev"
325- source: hosted
326- version: "2.9.5"
327295 webview_windows:
328296 dependency: transitive
329297 description:
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ dependencies:
3131 sdk : flutter
3232 simple_barcode_scanner :
3333 path : ../
34- webview_flutter : ^3.0.4
3534
3635
3736 # The following adds the Cupertino Icons font to your application.
You can’t perform that action at this time.
0 commit comments