Skip to content

Commit

Permalink
Add missing com.github.triplet.play plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-raveendran committed May 27, 2024
1 parent a1df27f commit 2ef1fa3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
apply plugin: "com.android.application"
apply plugin: "com.facebook.react"
apply plugin: "org.jetbrains.kotlin.android"

plugins {
id 'com.android.application'
id 'com.facebook.react'
id 'org.jetbrains.kotlin.android'
id 'com.github.triplet.play' version '3.9.1'
}
/**
* This is the configuration block to customize your React Native Android app.
* By default you don't need to apply any configuration, just uncomment the lines you need.
Expand Down

0 comments on commit 2ef1fa3

Please sign in to comment.