Skip to content

Commit

Permalink
moved repositories 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 76728c7
Show file tree
Hide file tree
Showing 2 changed files with 2 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

0 comments on commit 76728c7

Please sign in to comment.