Skip to content

Commit

Permalink
3.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak authored Nov 12, 2023
1 parent 3e681ef commit 084aa20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.JavaVersion

object Versions {

const val appVersion = "3.2.0.1-dev-a"
const val appVersion = "3.2.0.2"
const val versionCode = 1500

const val ndkVersion = "21.1.6352462"
Expand All @@ -15,4 +15,4 @@ object Versions {

val javaVersion = JavaVersion.VERSION_11
const val jacoco = "0.8.11"
}
}

0 comments on commit 084aa20

Please sign in to comment.