Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the Flutter version, Kotlin version, and few dependency libraries #211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tamojitalwaysghosh
Copy link

@tamojitalwaysghosh tamojitalwaysghosh commented Dec 31, 2023

Fixes #211

Changes that have been made -

pubspec.yaml:

  1. changed flutter version:
    sdk: ">=2.7.0 <3.0.0" to sdk: ">=3.2.3 <4.0.0"
  2. updated few dependencies

App-level build.gradle:

  1. upgraded
    - compileSdkVersion 31 --> 32
    - buildToolsVersion '29.0.0' --> '33.0.0'
    - targetSdkVersion 30 --> 32
  2. Replaced 'com.android.support:multidex:1.0.3' with 'androidx.multidex:multidex:2.0.1'

android/build.gradle:

  1. Removed deprecated jcenter(): Replaced with mavenCentral().
  2. Upgraded plugin versions:
    android-gradle-plugin:7.1.0 --> 7.4.0
  3. Set kotlin_version:
    ext.kotlin_version = '1.6.10' --> ‘1.7.10’

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

afjal1 pushed a commit to afjal1/beacon that referenced this pull request Feb 10, 2024
afjal1 pushed a commit to afjal1/beacon that referenced this pull request Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant