Skip to content

Commit d5a1b92

Browse files
Add Android namespace (#70)
* Add Android namespace
1 parent c275c5d commit d5a1b92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25+
// Conditional for compatibility with AGP <4.2.
26+
if (project.android.hasProperty("namespace")) {
27+
namespace 'dev.jerson.fast_rsa'
28+
}
2529
compileSdkVersion 31
2630

2731
defaultConfig {

0 commit comments

Comments
 (0)