We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c8a61 commit 3db3970Copy full SHA for 3db3970
README.md
@@ -10,6 +10,6 @@ respositories {
10
maven("https://maven.aliucord.com/snapshots")
11
}
12
dependencies {
13
- implementation("com.aliucord:binary-resources:1.0.0")
+ implementation("com.aliucord:binary-resources:2.0.0")
14
15
```
build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
id("com.android.library") version "8.3.0"
4
5
6
-version = "1.0.0"
+version = "2.0.0"
7
8
android {
9
compileSdk = 34
0 commit comments