We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bfb20 commit b24c59aCopy full SHA for b24c59a
1 file changed
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "ara.memoryguardian"
14
minSdk = libs.versions.minSdk.get().toInt()
15
targetSdk = libs.versions.targetSdk.get().toInt()
16
- versionCode = 9
17
- versionName = "1.3.4"
+ versionCode = 10
+ versionName = "1.3.5"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
vectorDrawables.useSupportLibrary = true
0 commit comments