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 061c918 commit 460769eCopy full SHA for 460769e
app/build.gradle.kts
@@ -1,6 +1,5 @@
1
@file:Suppress("UnstableApiUsage")
2
3
-import android.annotation.SuppressLint
4
import com.android.build.api.artifact.ArtifactTransformationRequest
5
import com.android.build.api.artifact.SingleArtifact
6
import com.android.build.api.variant.BuiltArtifact
@@ -33,7 +32,7 @@ val appVerCode: Int get() {
33
32
return versionCode.toInt()
34
}
35
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
36
-val appVerName: String = "3.0.10"
+val appVerName: String = "3.0.11"
37
38
android {
39
namespace = "me.teble.xposed.autodaily"
0 commit comments