Skip to content

Commit

Permalink
fixing android build - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Jha committed Jan 8, 2025
1 parent d886b76 commit 7c51744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 35
compileSdkVersion 34
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 35
targetSdkVersion 34
multiDexEnabled true
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down Expand Up @@ -76,7 +76,7 @@ flutter {

dependencies {
implementation 'com.android.support:multidex:1.0.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'

}

0 comments on commit 7c51744

Please sign in to comment.