Skip to content

Commit 7ed2c3d

Browse files
committed
Update Android example
1 parent 7df8b59 commit 7ed2c3d

7 files changed

Lines changed: 12 additions & 7 deletions

File tree

flutter_web_auth_2/example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ unlinked.ds
3333
unlinked_spec.ds
3434

3535
# Android related
36+
**/android/app/.cxx/
3637
**/android/.gradle
3738
**/android/captures/
3839
**/android/local.properties

flutter_web_auth_2/example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
2323
}
2424

2525
android {
26-
compileSdk 34
26+
compileSdk 35
2727
namespace 'com.linusu.flutter_web_auth_2_example'
2828

2929
compileOptions {
@@ -47,7 +47,7 @@ android {
4747
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4848
applicationId "com.linusu.flutter_web_auth_2_example"
4949
minSdk 21
50-
targetSdk 34
50+
targetSdk 35
5151
versionCode flutterVersionCode.toInteger()
5252
versionName flutterVersionName
5353
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Binary file not shown.

flutter_web_auth_2/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

flutter_web_auth_2/example/android/gradlew

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flutter_web_auth_2/example/android/gradlew.bat

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flutter_web_auth_2/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.4.0" apply false
21+
id "com.android.application" version "8.9.0" apply false
2222
id "org.jetbrains.kotlin.android" version "1.9.22" apply false
2323
}
2424

0 commit comments

Comments
 (0)