Skip to content

Commit

Permalink
Update : minSdkVersion 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
devlwh0830 committed Oct 2, 2024
1 parent 605869e commit 9729d09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {

defaultConfig {
applicationId "com.inq.saphy"
minSdkVersion flutter.minSdkVersion
minSdkVersion 23
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 0 additions & 2 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Foundation
import app_links
import firebase_auth
import firebase_core
import flutter_inappwebview_macos
import flutter_secure_storage_macos
import google_sign_in_ios
import path_provider_foundation
Expand All @@ -20,7 +19,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin"))
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
Expand Down
80 changes: 0 additions & 80 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,62 +366,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.1.0"
flutter_inappwebview:
dependency: transitive
description:
name: flutter_inappwebview
sha256: "3e9a443a18ecef966fb930c3a76ca5ab6a7aafc0c7b5e14a4a850cf107b09959"
url: "https://pub.dev"
source: hosted
version: "6.0.0"
flutter_inappwebview_android:
dependency: transitive
description:
name: flutter_inappwebview_android
sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421
url: "https://pub.dev"
source: hosted
version: "1.0.13"
flutter_inappwebview_internal_annotations:
dependency: transitive
description:
name: flutter_inappwebview_internal_annotations
sha256: "5f80fd30e208ddded7dbbcd0d569e7995f9f63d45ea3f548d8dd4c0b473fb4c8"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
flutter_inappwebview_ios:
dependency: transitive
description:
name: flutter_inappwebview_ios
sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f
url: "https://pub.dev"
source: hosted
version: "1.0.13"
flutter_inappwebview_macos:
dependency: transitive
description:
name: flutter_inappwebview_macos
sha256: b55b9e506c549ce88e26580351d2c71d54f4825901666bd6cfa4be9415bb2636
url: "https://pub.dev"
source: hosted
version: "1.0.11"
flutter_inappwebview_platform_interface:
dependency: transitive
description:
name: flutter_inappwebview_platform_interface
sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187"
url: "https://pub.dev"
source: hosted
version: "1.0.10"
flutter_inappwebview_web:
dependency: transitive
description:
name: flutter_inappwebview_web
sha256: d8c680abfb6fec71609a700199635d38a744df0febd5544c5a020bd73de8ee07
url: "https://pub.dev"
source: hosted
version: "1.0.8"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -776,14 +720,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.0"
os_info_plugin:
dependency: transitive
description:
name: os_info_plugin
sha256: "381a8ba0a6ab663565a63e40d2eb859e227b022fd458b4ea01cb32459286285f"
url: "https://pub.dev"
source: hosted
version: "0.0.1"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -1109,22 +1045,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.3.1"
tosspayments_webview_flutter:
dependency: transitive
description:
name: tosspayments_webview_flutter
sha256: b2c61c5275dda9128f05fe13af9b642087ecb71f4ddece454f0b3dbb7e3c76c6
url: "https://pub.dev"
source: hosted
version: "1.0.4"
tosspayments_widget_sdk_flutter:
dependency: "direct main"
description:
name: tosspayments_widget_sdk_flutter
sha256: c8bc1f2db6c7f1eabc40114b21fc6662a7e089bda666e47531fd2b6dee440ad4
url: "https://pub.dev"
source: hosted
version: "2.0.6"
typed_data:
dependency: transitive
description:
Expand Down

0 comments on commit 9729d09

Please sign in to comment.