dankoman30 / slim_gapps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with the assert line

mohit310 opened this issue · comments

assert(getprop("ro.build.version.sdk") == "21" || abort("This package is for version: 5.0.x"););

the above line works for twrp or recovery build version and not the rom version. For instance, on oneplusone the twrp is still using sdk 19 so it will fail installation even though the rom is lollipop.

Please revert that line of code.

reverted temporarily