From 0b0d78a1cd3fdff8781031d2b33d313c023d3055 Mon Sep 17 00:00:00 2001 From: Serj Lotutovici Date: Thu, 20 Jul 2017 17:46:19 +0200 Subject: [PATCH] [Android] Delete redundant gen directory. --- .../android/app/src/main/gen/com/example/BuildConfig.java | 8 -------- .../android/app/src/main/gen/com/example/Manifest.java | 7 ------- example/android/app/src/main/gen/com/example/R.java | 7 ------- .../src/main/gen/com/airbnb/android/BuildConfig.java | 8 -------- lib/android/src/main/gen/com/airbnb/android/Manifest.java | 7 ------- lib/android/src/main/gen/com/airbnb/android/R.java | 7 ------- 6 files changed, 44 deletions(-) delete mode 100644 example/android/app/src/main/gen/com/example/BuildConfig.java delete mode 100644 example/android/app/src/main/gen/com/example/Manifest.java delete mode 100644 example/android/app/src/main/gen/com/example/R.java delete mode 100644 lib/android/src/main/gen/com/airbnb/android/BuildConfig.java delete mode 100644 lib/android/src/main/gen/com/airbnb/android/Manifest.java delete mode 100644 lib/android/src/main/gen/com/airbnb/android/R.java diff --git a/example/android/app/src/main/gen/com/example/BuildConfig.java b/example/android/app/src/main/gen/com/example/BuildConfig.java deleted file mode 100644 index ccff6bdd..00000000 --- a/example/android/app/src/main/gen/com/example/BuildConfig.java +++ /dev/null @@ -1,8 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.example; - -/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ -public final class BuildConfig { - public final static boolean DEBUG = Boolean.parseBoolean(null); -} \ No newline at end of file diff --git a/example/android/app/src/main/gen/com/example/Manifest.java b/example/android/app/src/main/gen/com/example/Manifest.java deleted file mode 100644 index a1f95df1..00000000 --- a/example/android/app/src/main/gen/com/example/Manifest.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.example; - -/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ -public final class Manifest { -} \ No newline at end of file diff --git a/example/android/app/src/main/gen/com/example/R.java b/example/android/app/src/main/gen/com/example/R.java deleted file mode 100644 index 0a750ddd..00000000 --- a/example/android/app/src/main/gen/com/example/R.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.example; - -/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ -public final class R { -} \ No newline at end of file diff --git a/lib/android/src/main/gen/com/airbnb/android/BuildConfig.java b/lib/android/src/main/gen/com/airbnb/android/BuildConfig.java deleted file mode 100644 index 86ab9862..00000000 --- a/lib/android/src/main/gen/com/airbnb/android/BuildConfig.java +++ /dev/null @@ -1,8 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.airbnb.android; - -/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ -public final class BuildConfig { - public final static boolean DEBUG = Boolean.parseBoolean(null); -} \ No newline at end of file diff --git a/lib/android/src/main/gen/com/airbnb/android/Manifest.java b/lib/android/src/main/gen/com/airbnb/android/Manifest.java deleted file mode 100644 index 9016f899..00000000 --- a/lib/android/src/main/gen/com/airbnb/android/Manifest.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.airbnb.android; - -/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ -public final class Manifest { -} \ No newline at end of file diff --git a/lib/android/src/main/gen/com/airbnb/android/R.java b/lib/android/src/main/gen/com/airbnb/android/R.java deleted file mode 100644 index 92288cf7..00000000 --- a/lib/android/src/main/gen/com/airbnb/android/R.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.airbnb.android; - -/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ -public final class R { -} \ No newline at end of file