Skip to content

Commit

Permalink
version(tools):1.5.1 版本现已发布
Browse files Browse the repository at this point in the history
  • Loading branch information
SakurajimaMaii committed Oct 20, 2024
1 parent 1ff6d2a commit 3f2ae2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if (mavenPropertiesFile.exists()) {
register<MavenPublication>("release") {
groupId = "io.github.sakurajimamaii"
artifactId = "VastTools"
version = "1.5.0"
version = "1.5.1"

afterEvaluate {
from(components["release"])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package com.ave.vastgui.tools.annotation

import android.content.SharedPreferences
import androidx.annotation.RequiresOptIn

// Author: Vast Gui
// Email: [email protected]
Expand Down

0 comments on commit 3f2ae2c

Please sign in to comment.