Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
immadisairaj committed Apr 22, 2022
1 parent c4f5cd0 commit 420e00a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 31
ndkVersion "23.1.7779620"

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = '1.8'
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.5.0'
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

# versioning style <major>.<feature>.<fixes>+<commits>
version: 0.12.3+155
version: 0.12.4+156

environment:
sdk: '>=2.12.0 <3.0.0'
Expand All @@ -39,12 +39,12 @@ dependencies:
url_launcher: ^6.0.20
html: ^0.15.0
http: ^0.13.4
permission_handler: ^9.1.0
permission_handler: ^9.2.0
gallery_saver: ^2.3.2
flutter_cache_manager: ^3.3.0
# flutter_downloader: ^1.6.1
share_plus: ^3.1.0
package_info_plus: ^1.4.0
share_plus: ^4.0.4
package_info_plus: ^1.4.2
intl: ^0.17.0
rxdart: ^0.27.3
provider: ^6.0.2
Expand All @@ -55,10 +55,10 @@ dependencies:
shimmer: ^2.0.0
cached_network_image: ^3.2.0
audio_video_progress_bar: ^0.10.0
webview_flutter: ^3.0.0
webview_flutter: ^3.0.2
# Audio packages
just_audio: ^0.9.20
audio_service: ^0.18.3 # when updating, look for changes in .MainActivity
audio_service: ^0.18.4 # when updating, look for changes in .MainActivity

dev_dependencies:
flutter_lints: ^1.0.4
Expand Down

0 comments on commit 420e00a

Please sign in to comment.