Skip to content

Commit a8aa4fc

Browse files
committed
Soon APK
1 parent b66d22b commit a8aa4fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ buildscript {
1717
classpath("com.android.tools.build:gradle")
1818
classpath("com.facebook.react:react-native-gradle-plugin")
1919
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
20+
classpath implementation project(':<module>')
21+
}
22+
2023

2124
}
22-
}
2325

2426
apply plugin: "com.facebook.react.rootproject"

app

Whitespace-only changes.

0 commit comments

Comments
 (0)