Update git submodules

* Update frameworks/support from branch 'androidx-master-dev'
  to 13dcc5504300a823b3cecadb8b65b58f192de99f
  - Merge "Ensure request code start is consistent after restore" into androidx-master-dev
  - Ensure request code start is consistent after restore
    
    When the ActivityResultRegistry is recreated due to either config change
    or process death, the next request code is started at the number of
    current request codes without including the initial offset.
    
    We should make sure to include the initial offset on restore to remain
    consistent.
    
    Relnote: "When restoring the ActivityResultRegistry, the request codes
    are now properly started from their previous value instead of the value
    of the number of existing request codes."
    Test: all ActivityResultRegistryTest pass
    Bug: 168374000
    
    Change-Id: I463711fe19233877f1b534e4a7a3325fcfd8f983
    
1 file changed