Skip to content

Commit

Permalink
get android build working
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Nov 15, 2023
1 parent c790ea6 commit c550430
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ buildscript {
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "23.1.7779620"
kotlin_version = "1.6.20"
kotlinVersion = "1.6.20"
kotlin_version = "1.7.21"
kotlinVersion = '1.7.21'
androidXCore = "1.6.0"
}

Expand All @@ -27,7 +27,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21"
classpath("de.undercouch:gradle-download-task:5.0.1")
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
Expand Down
4 changes: 2 additions & 2 deletions patches/react-native-keyboard-area+1.0.6.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/node_modules/react-native-keyboard-area/android/build.gradle b/node_modules/react-native-keyboard-area/android/build.gradle
index 4fc21b5..ee4cb9a 100644
index 4fc21b5..467828f 100644
--- a/node_modules/react-native-keyboard-area/android/build.gradle
+++ b/node_modules/react-native-keyboard-area/android/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- kotlinVersion = '1.6.0'
+ kotlinVersion = '1.6.20'
+ kotlinVersion = '1.7.21'
androidToolsVersion = '3.2.1'
}

2 changes: 1 addition & 1 deletion patches/react-native-plaid-link-sdk+9.1.0.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index c1c0b7d..4e720d1 100644

buildscript {
- ext.kotlin_version = '1.3.61'
+ ext.kotlin_version = '1.6.20'
+ ext.kotlin_version = '1.7.21'
repositories {
google()
mavenCentral()

0 comments on commit c550430

Please sign in to comment.