File tree Expand file tree Collapse file tree 7 files changed +13
-12
lines changed Expand file tree Collapse file tree 7 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ group 'com.web3auth.flutter.web3auth_flutter'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.7.10 '
5+ ext. kotlin_version = ' 1.9.24 '
66 repositories {
77 google()
88 mavenCentral()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:4 .1.3 '
12+ classpath ' com.android.tools.build:gradle:8 .1.4 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414 }
1515}
Original file line number Diff line number Diff line change 1- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.web3auth.flutter.web3auth_flutter" >
1+ <manifest >
32</manifest >
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ if (flutterVersionName == null) {
2424}
2525
2626android {
27+ namespace " com.web3auth.flutter.web3auth_flutter_example"
2728 compileSdkVersion flutter. compileSdkVersion
2829
2930 compileOptions {
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- xmlns : tools =" http://schemas.android.com/tools"
3- package = " com.web3auth.flutter.web3auth_flutter_example " >
4- <application
2+ xmlns : tools =" http://schemas.android.com/tools" >
3+
4+ <application
55 android : label =" web3auth_flutter_example"
66 android : name =" ${applicationName}"
77 tools : replace =" android:name"
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
7+
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ pluginManagement {
1717}
1818
1919plugins {
20+ id " com.android.application" version " 8.1.4" apply false
21+ id " org.jetbrains.kotlin.android" version " 1.9.24" apply false
2022 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21- id " com.android.application" version " 7.3.0" apply false
22- id " org.jetbrains.kotlin.android" version " 1.7.10" apply false
2323}
2424
25- include " :app"
25+ include " :app"
Original file line number Diff line number Diff line change 11name : web3auth_flutter
22description : Flutter SDK for Torus Web3Auth (Web3Auth)
3- version : 6.2 .0
3+ version : 6.3 .0
44homepage : https://web3auth.io
55repository : https://github.com/Web3Auth/web3auth-flutter-sdk.git
66
You can’t perform that action at this time.
0 commit comments