diff options
| author | Leon Jiang <leon.jiangy@gmail.com> | 2020-06-24 00:23:26 -0700 |
|---|---|---|
| committer | Leon Jiang <leon.jiangy@gmail.com> | 2020-06-24 00:23:26 -0700 |
| commit | a642f52d519543d9ece4bb525e99ebc281fa6887 (patch) | |
| tree | 6da0fa559714a95535e445ed9bffbdb37c70d0c6 /android/app/proguard-rules.pro | |
| parent | 1bcb2049f80bfdbf23dc45fe6b7e3a66608b6ba7 (diff) | |
initial commit, add react-native/typescript boilerplate
Diffstat (limited to 'android/app/proguard-rules.pro')
| -rw-r--r-- | android/app/proguard-rules.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro new file mode 100644 index 00000000..11b02572 --- /dev/null +++ b/android/app/proguard-rules.pro @@ -0,0 +1,10 @@ +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the proguardFiles +# directive in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: |
