Skip to content

Commit

Permalink
Merge pull request miguelpruivo#33 from Csejrup/patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
miguelpruivo committed May 13, 2024
2 parents 1c0cec7 + 4bb1d28 commit c6f3c99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 31

if (project.android.hasProperty("namespace")) {
namespace 'com.miguelruivo.flutter.plugin.countrycodes.country_codes'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit c6f3c99

Please sign in to comment.