Skip to content

Commit

Permalink
chore: increment version code (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel authored Feb 4, 2025
1 parent d592590 commit ae4506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ android {
applicationId = config.appId
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 126
versionCode = 127
versionName = "5.0.2"
resValue("string", "app_name", config.appName)
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())
Expand Down

0 comments on commit ae4506d

Please sign in to comment.