Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -29,7 +29,7 @@ android {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
Loading