Skip to content

Commit 460769e

Browse files
committed
bump version to 3.0.11
1 parent 061c918 commit 460769e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@file:Suppress("UnstableApiUsage")
22

3-
import android.annotation.SuppressLint
43
import com.android.build.api.artifact.ArtifactTransformationRequest
54
import com.android.build.api.artifact.SingleArtifact
65
import com.android.build.api.variant.BuiltArtifact
@@ -33,7 +32,7 @@ val appVerCode: Int get() {
3332
return versionCode.toInt()
3433
}
3534
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
36-
val appVerName: String = "3.0.10"
35+
val appVerName: String = "3.0.11"
3736

3837
android {
3938
namespace = "me.teble.xposed.autodaily"

0 commit comments

Comments
 (0)