Skip to content

Commit

Permalink
Enable explicitApi for SDK modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Bird authored and IanDBird committed Jul 5, 2023
1 parent 9aaa196 commit 297c9c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ android {
}
}
}

kotlin {
explicitApi()
}
}

dependencies {
Expand Down
4 changes: 4 additions & 0 deletions securesignals-gma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ android {
minifyEnabled false
}
}

kotlin {
explicitApi()
}
}

dependencies {
Expand Down
4 changes: 4 additions & 0 deletions securesignals-ima/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ android {
minifyEnabled false
}
}

kotlin {
explicitApi()
}
}

dependencies {
Expand Down

0 comments on commit 297c9c7

Please sign in to comment.