diff --git a/build.gradle.kts b/build.gradle.kts index e39c3e9e6e..1d895396d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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) @@ -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" }