Skip to content

Commit

Permalink
Version 1.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jul 12, 2023
1 parent 248744f commit 175af58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
targetSdk = sdk.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023062500
versionName = "1.26.2"
versionName = "1.26.3"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down

0 comments on commit 175af58

Please sign in to comment.