Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Expo android api target level 28 change to 29

I am using expo version 37. I built an standalone app to be uploaded on play store. When I tried uploading the apk file. I got the error:

expo your app currently targets api level 28 and must target at least api level 29

How can I solve this problem?

like image 383
Go Stack Avatar asked Aug 03 '20 18:08

Go Stack


1 Answers

Run expo upgrade and then re-build your Android standalone app using expo build:android -t apk

like image 54
Zoro Santana Avatar answered Oct 12 '22 18:10

Zoro Santana