diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-09-21 14:26:11 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-09-21 14:26:11 -0400 |
| commit | 196431cd74aa40c84457ce575d5092dc5a157ced (patch) | |
| tree | 165cc437582305bc6e07add2ae8d299f5a7a5d6c | |
| parent | a46a5bbc949666bad907a2df3022f31ea513237a (diff) | |
extend app info
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 30108161..1ebbc7e0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -590,6 +590,7 @@ <li>GmsCompatConfig: set version name based on version code and change app name to a string resource for compatibility with aapt2 retrieval of application-label</li> <li>GmsCompatConfig: fix regression in a hook caused by the port to text file configuration of hooks</li> <li>Sandboxed Google Play compatibility layer: fix regression caused by recent change</li> + <li>Settings: show version code, target SDK version, min SDK version, install time and last update time in app info in addition to version name</li> </ul> </article> --> |
