Skip to content

Commit

Permalink
Update example for flutter 3.16 (#121)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* fix: remove .flutter-plugin-dependencies from .gitignore

* Version 3.1.2

---------

Co-authored-by: Vitaliy Hnidenko <[email protected]>

* fix: Fix example android for flutter 3.16

---------

Co-authored-by: Danylo <[email protected]>
Co-authored-by: Vitaliy Hnidenko <[email protected]>
  • Loading branch information
3 people authored Dec 1, 2023
1 parent f8e14f9 commit 029adab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:7.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip

0 comments on commit 029adab

Please sign in to comment.