Skip to content

Commit

Permalink
Merge 2024 Q4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Dec 20, 2024
1 parent cd73b28 commit 2ad45d5
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 26 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,3 @@ git submodule update

git apply fishnet_external.patch
```

## Submodule maintain info

| Repository | Link | Update time |
|----------------------|-----------------------------------------------------------------------------------------------------------------------------------|----------------------------|
| art | [art](https://android.googlesource.com/platform/art/+/54cd7bf45839805d7f0f2708a6c9a65c70ca154a) | 2024 Nov 25 21:04:05 |
| | [libartbase](https://android.googlesource.com/platform/art/+log/refs/heads/main/libartbase) | 2024 Nov 22 16:37:17 |
| | [libartpalette](https://android.googlesource.com/platform/art/+log/refs/heads/main/libartpalette) | 2024 Aug 29 12:15:41 |
| | [libdexfile](https://android.googlesource.com/platform/art/+log/refs/heads/main/libdexfile) | 2024 Nov 18 10:53:22 |
| system/libbase | [system/libbase](https://android.googlesource.com/platform/system/libbase/+/72bf9612eacb940beaefbabc116c9f5b293d5ad1) | 2024 Nov 07 20:40:11 |
| system/libprocinfo | [system/libprocinfo](https://android.googlesource.com/platform/system/libprocinfo/+/b6b71fd97d7015a59175936a9b3824623470a1a7) | 2024 Aug 14 22:08:40 |
| system/libziparchive | [system/libziparchive](https://android.googlesource.com/platform/system/libziparchive/+/63f00d1ade29315dc0adac08fceae9984305205d) | 2024 Jun 04 23:06:47 |
| system/logging | [system/logging](https://android.googlesource.com/platform/system/logging/+/b34720941c1a18249615ebed5a25d05ff12bfad1) | 2024 Sep 16 16:54:16 |
| | [liblog](https://android.googlesource.com/platform/system/logging/+log/refs/heads/main/liblog) | 2024 Sep 11 14:28:59 |
| system/unwinding | [system/unwinding](https://android.googlesource.com/platform/system/unwinding/+/c7b83a52e8dbe29735e74f0abee1fe565a7ced5b) | 2024 Sep 12 14:09:02 -0700 |
| | [libunwindstack](https://android.googlesource.com/platform/system/unwinding/+log/refs/heads/main/libunwindstack) | 2024 Sep 12 14:09:02 -0700 |
| external/lzma | [external/lzma](https://android.googlesource.com/platform/external/lzma/+/1c87526f4839d9276d0dfdcaceea8a6c8dcd100d) | 2024 Sep 09 13:20:46 |
| external/zstd | [external/zstd](https://android.googlesource.com/platform/external/zstd/+/d06a29da1edcc46177e774010cc2ef6158366b52) | 2024 Jul 11 02:24:39 |
2 changes: 1 addition & 1 deletion fishnet/src/main/cpp/external/art
Submodule art updated from 54cd7b to 920b93
2 changes: 1 addition & 1 deletion fishnet/src/main/cpp/external/libbase
Submodule libbase updated from 72bf96 to b53532
2 changes: 1 addition & 1 deletion fishnet/src/main/cpp/external/libprocinfo
Submodule libprocinfo updated from b6b71f to e7c5e8
2 changes: 1 addition & 1 deletion fishnet/src/main/cpp/external/logging
Submodule logging updated from b34720 to e41177
2 changes: 1 addition & 1 deletion fishnet/src/main/cpp/external/lzma
Submodule lzma updated from 1c8752 to 3c8094
2 changes: 1 addition & 1 deletion fishnet/src/main/cpp/external/unwinding
Submodule unwinding updated from c7b83a to 7720b3
2 changes: 1 addition & 1 deletion fishnet/src/main/cpp/external/zstd
Submodule zstd updated from d06a29 to 01826a
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android-targetSdk = "35"
android-buildToolsVersion = "35.0.0"
android-ndkVersion = "28.0.12674087"
android-versionCode = "1"
lib-version = "1.0.0-alpha05"
lib-version = "1.0.0-alpha06"

agp = "8.9.0-alpha05" # https://androidstudio.googleblog.com
kotlin = "2.1.0" # https://github.com/JetBrains/kotlin
Expand Down

0 comments on commit 2ad45d5

Please sign in to comment.