2.5.0 and don't delete gallery via squisher for 5Mp cameras
diff --git a/config/common.mk b/config/common.mk
index 9b6f765..974824b 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -172,8 +172,8 @@
 include vendor/slim/config/themes_common.mk
 
 PRODUCT_VERSION_MAJOR = 2
-PRODUCT_VERSION_MINOR = 4
-PRODUCT_VERSION_MAINTENANCE = 6
+PRODUCT_VERSION_MINOR = 5
+PRODUCT_VERSION_MAINTENANCE = 0
 
 PRODUCT_BUILD_PROP_OVERRIDES += BUILD_DISPLAY_ID=JRO03L
 
diff --git a/tools/squisher b/tools/squisher
index 6c93cfb..8e2be8c 100755
--- a/tools/squisher
+++ b/tools/squisher
@@ -137,9 +137,9 @@
 
 # Delete Gallery2 for 5MP cameras
 CAMERARESOLUTION=`sed -n -e'/ro\.camera\.res/s/^.*=//p' $REPACK/ota/system/build.prop`
-if [ "$CAMERARESOLUTION" = "5MP" ];then
-   rm -f $REPACK/ota/system/app/Gallery2.apk
-fi
+#if [ "$CAMERARESOLUTION" = "5MP" ];then
+#   rm -f $REPACK/ota/system/app/Gallery2.apk
+#fi
 
 # Swap boot.img
 PREBUILTKERNEL=$OUT/system/slimkernel/boot.img