Skip to content

Commit ecc9867

Browse files
committed
[auto] Reflect the changes of main repository.
1 parent 71917e3 commit ecc9867

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ repositories {
9090
}
9191
9292
dependencies {
93-
implementation 'com.github.nyabkun:qq-benchmark:v2023-05-24'
93+
implementation 'com.github.nyabkun:qq-benchmark:v2023-05-28'
9494
}
9595
```
9696

@@ -102,7 +102,7 @@ repositories {
102102
}
103103

104104
dependencies {
105-
implementation("com.github.nyabkun:qq-benchmark:v2023-05-24")
105+
implementation("com.github.nyabkun:qq-benchmark:v2023-05-28")
106106
}
107107
```
108108

@@ -121,14 +121,14 @@ dependencies {
121121
<dependency>
122122
<groupId>com.github.nyabkun</groupId>
123123
<artifactId>qq-benchmark</artifactId>
124-
<version>v2023-05-24</version>
124+
<version>v2023-05-28</version>
125125
</dependency>
126126
</dependencies>
127127
```
128128

129129
## How did I create this library
130130

131-
- I developed [qq-compact-lib](https://github.com/nyabkun/qq-compact-lib) that resolves dependencies and generates compact, self-contained libraries.
131+
- This library was created using [qq-compact-lib](https://github.com/nyabkun/qq-compact-lib) to generates compact, self-contained libraries.
132132
- It utilizes [PSI](https://plugins.jetbrains.com/docs/intellij/psi.html) to resolve function calls and class references.
133133
- The original repository is currently being organized, and I'm gradually extracting and publishing smaller libraries.
134134

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
v2023-05-24
1+
v2023-05-28
22
290a1337e41cdef7b7ee9d0c5ad22d4835f6150daea3c52077831751c6ece2de104c2a8d5dfeb25733b6b40f7c410c376cc44507ef186ba980b9277221957e8b

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929

3030
group = "com.nyabkun.qol"
3131

32-
version = "v2023-05-24"
32+
version = "v2023-05-28"
3333

3434
repositories {
3535
mavenCentral()

0 commit comments

Comments
 (0)