Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can I change version code from apk?

Tags:

android

I build an app for android and I already export it to apk, can I change its version code if it's already exported? How can I do that?

I lost the backup code and I only have the update one and need to get back at first one, the only thing I can do is to increase version code from the apk backup and then my app will upgrade (while actually downgrade) automatically

like image 792
Darjeeling Avatar asked Feb 13 '23 05:02

Darjeeling


1 Answers

You need to open apktool.yml from there you can modify the version code enter image description here

like image 111
Ayyoub Avatar answered Feb 15 '23 18:02

Ayyoub