Skip to content

Commit

Permalink
fix(wrappers/react-native): fix typo on main activity
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobarracha committed Jan 28, 2025
1 parent 5e196f4 commit 421b033
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
xmlns:tools="http://schemas.android.com/tools">

<application
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning" />
<application
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning"/>

</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ class MainApplication : Application(), ReactApplication {
load()
}
}
}
4 changes: 2 additions & 2 deletions wrappers/react-native/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-android-extensions")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 421b033

Please sign in to comment.