Skip to content

Commit ad02381

Browse files
committed
Update Android intricacies
1 parent 31fb1e6 commit ad02381

11 files changed

Lines changed: 25 additions & 21 deletions

File tree

flutter_web_auth_2/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ group = 'com.linusu.flutter_web_auth_2'
22
version = '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.7.22'
5+
ext.kotlin_version = '2.1.0'
66
repositories {
77
google()
88
mavenCentral()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:8.4.0'
12+
classpath 'com.android.tools.build:gradle:8.13.0'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}
311 Bytes
Binary file not shown.

flutter_web_auth_2/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.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

flutter_web_auth_2/android/gradlew

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

flutter_web_auth_2/android/gradlew.bat

Lines changed: 4 additions & 2 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/app/build.gradle

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

2525
android {
2626
compileSdk 36
27-
namespace 'com.linusu.flutter_web_auth_2_example'
27+
namespace = 'com.linusu.flutter_web_auth_2_example'
2828

2929
compileOptions {
3030
sourceCompatibility JavaVersion.VERSION_11
@@ -46,7 +46,7 @@ android {
4646
defaultConfig {
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"
49-
minSdk 21
49+
minSdkVersion flutter.minSdkVersion
5050
targetSdk 36
5151
versionCode flutterVersionCode.toInteger()
5252
versionName flutterVersionName
@@ -57,13 +57,13 @@ android {
5757
release {
5858
// TODO: Add your own signing config for the release build.
5959
// Signing with the debug keys for now, so `flutter run --release` works.
60-
signingConfig signingConfigs.debug
60+
signingConfig = signingConfigs.debug
6161
}
6262
}
6363
}
6464

6565
flutter {
66-
source '../..'
66+
source = '../..'
6767
}
6868

6969
dependencies {
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.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

flutter_web_auth_2/example/android/gradlew

Lines changed: 2 additions & 2 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 & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)