Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
feat: update gradle
  • Loading branch information
damlayagmur committed Dec 9, 2025
commit 7411014a134439a2b0dfa6689b37fd7f9f84c660
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ android {
defaultConfig {
// FIXME-INSIDER: Please change with your application ID.
applicationId "com.useinsider.flutterdemo"
// You can update the following values to match your application needs.
minSdk 24
targetSdk flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
Expand Down
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.huawei.agconnect:agcp:1.9.1.301'
}
Expand Down