Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hoc081098/node-auth-flutter-BLoC-pattern-RxDart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9485815a29720ff1677908bd89e658315af8ca6a
Choose a base ref
..
head repository: hoc081098/node-auth-flutter-BLoC-pattern-RxDart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce8a9c5a860d4fb12ded9c97146ce9ef541ddc55
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 android/settings.gradle
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.7.3" apply false
id "com.android.application" version "8.8.0" apply false
id "org.jetbrains.kotlin.android" version "2.0.21" apply false
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}