Skip to content

Commit

Permalink
fixing android build - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Jha committed Jan 8, 2025
1 parent 27e452e commit 5637506
Showing 1 changed file with 2 additions and 2 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
compileSdkVersion 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

0 comments on commit 5637506

Please sign in to comment.