mirror of
https://github.com/opengapps/opengapps.git
synced 2025-11-08 07:54:31 +00:00
Fix GMS issue for SDK27 and lower
Signed-off-by: Ilya Danilkin <nezorflame@gmail.com>
This commit is contained in:
committed by
Maarten Fonville
parent
28115bef9a
commit
ef7fbefc96
@@ -303,10 +303,8 @@ minapihack(){
|
||||
useminapi="24"
|
||||
fi;;
|
||||
com.google.android.gms)
|
||||
if [ "$API" -ge "28" ]; then
|
||||
useminapi="28"
|
||||
elif [ "$API" -ge "26" ]; then
|
||||
useminapi="26"
|
||||
if [ "$API" -ge "27" ]; then
|
||||
useminapi="27"
|
||||
elif [ "$API" -ge "23" ]; then
|
||||
useminapi="23"
|
||||
elif [ "$API" -ge "21" ]; then
|
||||
|
||||
Reference in New Issue
Block a user