We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43eb17f commit f6ebf9aCopy full SHA for f6ebf9a
app/.meta/version.json
@@ -1,8 +1,8 @@
1
{
2
- "code": 1009012000,
+ "code": 1010000000,
3
"migration": false,
4
"minSdk": 17,
5
"releaseNotes": "",
6
- "version": "1.9.12",
+ "version": "1.10.0",
7
"appId": "com.mxt.anitrend"
8
}
buildSrc/src/main/java/com/mxt/anitrend/buildsrc/common/Configuration.kt
@@ -20,8 +20,8 @@ package com.mxt.anitrend.buildsrc.common
20
object Configuration {
21
22
private const val major = 1
23
- private const val minor = 9
24
- private const val patch = 12
+ private const val minor = 10
+ private const val patch = 0
25
private const val candidate = 0
26
27
const val compileSdk = 33
0 commit comments