Skip to content

Commit

Permalink
Configure flutter package to work with gradle 8 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesShuller authored Jun 3, 2024
1 parent 4fb66e1 commit 0e9b18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
Cargo.lock
__pycache__/
*~
1 change: 1 addition & 0 deletions lib/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'com.spruceid.DIDKit'
compileSdkVersion 29

defaultConfig {
Expand Down

0 comments on commit 0e9b18d

Please sign in to comment.