Bump Android version code to 3 (#37373)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #36890
This commit is contained in:
Victor Lyuboslavsky
2025-12-17 15:27:48 -06:00
committed by GitHub
parent 21588870b3
commit 968e2e72db
+1 -1
View File
@@ -23,7 +23,7 @@ android {
applicationId = "com.fleetdm.agent"
minSdk = 33
targetSdk = 36
versionCode = 2
versionCode = 3
versionName = "1.0.0"
buildConfigField("String", "INFO_URL", "\"https://fleetdm.com/better\"")