Skip to content

Commit

Permalink
fixing android build - 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Jha committed Jan 8, 2025
1 parent 7c51744 commit 37197b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
exclude 'META-INF/services/javax.annotation.processing.Processor'
}

compileSdkVersion 34
compileSdk 35
namespace "com.example.talawa"
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -44,7 +44,7 @@ android {
applicationId "com.example.talawa"
minSdkVersion 21

targetSdkVersion 34
targetSdkVersion 35
multiDexEnabled true
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.2"
id "com.android.application" version "8.6.0" apply false
id "com.android.application" version '8.7.1' apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
id("com.google.gms.google-services") version "4.4.1" apply false

Expand Down

0 comments on commit 37197b0

Please sign in to comment.