Up android build version

This commit is contained in:
Alex Tran 2022-08-06 23:45:31 -05:00
parent 2079583866
commit 3dcdfa0166
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -30,7 +30,7 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 29,
"android.injected.version.code" => 30,
"android.injected.version.name" => "1.20.0",
}
)