Skip to content

Commit

Permalink
Update build.gradle (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanR57 authored Nov 15, 2024
1 parent 83325fd commit 3ba2bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.eopeter.fluttermapboxnavigation'
compileSdkVersion 33

sourceSets {
Expand Down Expand Up @@ -106,4 +107,4 @@ dependencies {
implementation 'androidx.annotation:annotation:1.6.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
}

0 comments on commit 3ba2bcc

Please sign in to comment.