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 859daa2 commit f8a62c4Copy full SHA for f8a62c4
app/build.gradle.kts
@@ -20,8 +20,8 @@ android {
20
applicationId = "com.troplo.privateuploader"
21
minSdk = 28
22
targetSdk = 34
23
- versionCode = 10
24
- versionName = "1.0.10"
+ versionCode = 9
+ versionName = "1.0.9"
25
multiDexEnabled = true
26
buildConfigField("String", "SERVER_URL", "\"https://privateuploader.com\"")
27
buildConfigField("String", "BUILD_TIME", "\"${System.currentTimeMillis()}\"")
0 commit comments