Skip to content

Commit

Permalink
Update Android build configuration and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
take0x committed Nov 18, 2024
1 parent ef20d7b commit 4846080
Show file tree
Hide file tree
Showing 6 changed files with 679 additions and 13 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ app.*.map.json
/android/app/release

credentials.json
token.json
token.json

# IDE files
.vscode/
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ plugins {
android {
namespace = "com.example.eventpix_mobile"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
ndkVersion = "27.0.12077973"

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
jvmTarget = JavaVersion.VERSION_17
}

defaultConfig {
Expand Down
Loading

0 comments on commit 4846080

Please sign in to comment.