Skip to content

Commit

Permalink
Prepare version 70.0.3 (2107003)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 10, 2023
1 parent 408e044 commit 172df7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 Uwe Trottmann
// SPDX-License-Identifier: Apache-2.0

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.versions)
Expand All @@ -19,8 +22,8 @@ buildscript {
val sgTargetSdk by extra(33) // Android 13 (T)

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2107002)
val sgVersionName by extra("70.0.2")
val sgVersionCode by extra(2107003)
val sgVersionName by extra("70.0.3")

val isCiBuild by extra { System.getenv("CI") == "true" }

Expand Down

0 comments on commit 172df7e

Please sign in to comment.