Skip to content

Commit

Permalink
ref(dependency): more rn-0.76 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Nov 13, 2023
1 parent 8c20910 commit f8a853e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ android {

dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])
// The version of react-native is set by the React Native Gradle Plugin
implementation 'com.facebook.react:react-android'
implementation 'androidx.appcompat:appcompat:1.5.1'

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.android.tools.build:gradle'
classpath 'com.facebook.react:react-native-gradle-plugin'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
Expand Down
5 changes: 2 additions & 3 deletions ios/app/src/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
* limitations under the License.
*/

#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (nonatomic, strong) UIWindow *window;
@interface AppDelegate : RCTAppDelegate

@end

0 comments on commit f8a853e

Please sign in to comment.