Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alduzy committed May 13, 2024
1 parent 7bab05b commit f416871
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Example/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import groovy.lang.Closure

plugins {
id ("com.android.application")
id ("org.jetbrains.kotlin.android")
id ("com.facebook.react")
}

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.util.Properties

plugins {
id ("com.android.library")
id ("kotlin-android")
id ("org.jetbrains.kotlin.android")
}

val rnsDefaultTargetSdkVersion: Int by extra(34)
Expand Down
1 change: 1 addition & 0 deletions android/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
Expand Down

0 comments on commit f416871

Please sign in to comment.