Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-stefan-klug committed Aug 8, 2024
1 parent c5463d5 commit 100c296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ plugins {
id("org.jetbrains.kotlinx.kover")
}

val googleAppVersionCode = 677
val googleAppVersionCode = 678
val amazonAppVersionCode = googleAppVersionCode.plus(10000)
val noInAppVersionCode = googleAppVersionCode.plus(10000)
val appVersionName = "4.0.14"
val appVersionName = "4.0.15"

android {
namespace = "com.kape.vpn"
Expand Down

0 comments on commit 100c296

Please sign in to comment.