Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gevgasparyan/rn-qr-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
gevgasparyan committed Oct 16, 2024
2 parents e561d0c + e0f4c71 commit 955dd18
Show file tree
Hide file tree
Showing 4 changed files with 8,638 additions and 9,487 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion safeExtGet('compileSdkVersion', 28)
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace = "com.gevorg.reactlibrary"
}

defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
Expand Down
Loading

0 comments on commit 955dd18

Please sign in to comment.