We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 105fdc9 + 4bec3c8 commit e7f74abCopy full SHA for e7f74ab
1 file changed
android/build.gradle
@@ -18,6 +18,11 @@ def safeExtGet(prop, fallback) {
18
}
19
20
android {
21
+ def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
22
+ if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
23
+ namespace "com.sha256lib"
24
+ }
25
+
26
compileSdkVersion safeExtGet('compileSdkVersion', 29)
27
buildToolsVersion safeExtGet('buildToolsVersion', '29.0.2')
28
defaultConfig {
0 commit comments