Skip to content

Commit 029adab

Browse files
M-ixai-Lyadaniyilsawel24
authored
Update example for flutter 3.16 (#121)
* Version 3.1.2 (#118) * fix: revert commit 3.1.0 (#112) * Revert "3.1.0 (#109)" This reverts commit bdc035a * Version update to 3.1.1 and changelog update --------- Co-authored-by: Daniyil Yakovlev <danny.yakovlev@gmail.com> * fix: remove .flutter-plugin-dependencies from .gitignore * Version 3.1.2 --------- Co-authored-by: Vitaliy Hnidenko <82770717+sawel24@users.noreply.github.com> * fix: Fix example android for flutter 3.16 --------- Co-authored-by: Danylo <danny.yakovlev@gmail.com> Co-authored-by: Vitaliy Hnidenko <82770717+sawel24@users.noreply.github.com>
1 parent f8e14f9 commit 029adab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.1.0'
9+
classpath 'com.android.tools.build:gradle:7.0.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}
@@ -26,6 +26,6 @@ subprojects {
2626
project.evaluationDependsOn(':app')
2727
}
2828

29-
task clean(type: Delete) {
29+
tasks.register("clean", Delete) {
3030
delete rootProject.buildDir
3131
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip

0 commit comments

Comments
 (0)