Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
igrek51 committed May 7, 2024
1 parent 376faf9 commit 8f6aec9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
# 8.3
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
7 changes: 4 additions & 3 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
// AGP version 8.1.4
id "com.android.application" version "7.3.0" apply false
// Kotlin version: 1.8.22
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
// https://developer.android.com/build/releases/gradle-plugin#updating-gradle
id "com.android.application" version "7.4.2" apply false
// Kotlin version 1.8.22
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}

include ":app"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: todotree
description: "ToDo notes in an unlimited tree structure"
publish_to: 'none'

version: '2.3.0+15'
version: '2.3.1+16'

environment:
sdk: '>=3.2.6 <4.0.0'
Expand Down

0 comments on commit 8f6aec9

Please sign in to comment.