Skip to content

Commit

Permalink
chore(android): update version to 2.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Aug 5, 2023
1 parent b4aaf48 commit c293f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum class DesignSystem {
val designSystem = DesignSystem.M3
val versionMajor = 2
val versionMinor = 0
val versionPatch = 2
val versionPatch = 3
android {
namespace = "org.gdglille.devfest.android"
defaultConfig {
Expand Down

0 comments on commit c293f26

Please sign in to comment.