Skip to content

Commit 17b4bdc

Browse files
committed
[email protected] formatting changes to android build files
1 parent 7ae11bf commit 17b4bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ android_build_config(
5050

5151
android_resource(
5252
name = "res",
53-
res = "src/main/res",
5453
package = "com.allaboutolaf",
54+
res = "src/main/res",
5555
)
5656

5757
android_binary(

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import com.android.build.OutputFile
5858
* inputExcludes: ["android/**", "ios/**"],
5959
*
6060
* // override which node gets called and with what additional arguments
61-
* nodeExecutableAndArgs: ["node"]
61+
* nodeExecutableAndArgs: ["node"],
6262
*
6363
* // supply additional arguments to the packager
6464
* extraPackagerArgs: []

0 commit comments

Comments
 (0)