Skip to content

Commit

Permalink
version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moktadir authored and Moktadir committed Sep 28, 2024
1 parent 66762c2 commit 23abf0f
Show file tree
Hide file tree
Showing 28 changed files with 1,251 additions and 886 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
</adaptive-icon>
7 changes: 7 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ allprojects {
}

rootProject.buildDir = '../build'
subprojects {
afterEvaluate{
android{
compileSdkVersion 34
}
}
}
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
Expand Down
6 changes: 5 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down Expand Up @@ -31,6 +31,9 @@ target 'Runner' do
use_frameworks!
use_modular_headers!

pod 'Firebase/Core', :modular_headers => true
pod 'Firebase/Messaging', :modular_headers => true

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
inherit! :search_paths
Expand All @@ -42,3 +45,4 @@ post_install do |installer|
flutter_additional_ios_build_settings(target)
end
end

Loading

0 comments on commit 23abf0f

Please sign in to comment.