Skip to content

Commit

Permalink
gradle(app): Build 243
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Dec 29, 2024
1 parent 33d86f1 commit 308ff22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
minSdkVersion 7
//noinspection GradleDependency,OldTargetApi
targetSdkVersion 29
versionCode 242
versionName "1.2.242-u"
versionCode 243
versionName "1.2.243-u"
}
buildTypes {
release {
Expand All @@ -99,16 +99,16 @@ android {
minSdkVersion 7
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 242
versionName "1.2.242-d"
versionCode 243
versionName "1.2.243-d"
signingConfig signingConfigs.debug
}
releaseConfig {
minSdkVersion 7
applicationId 'uk.openvk.android.legacy'
targetSdkVersion 29
versionCode 242
versionName '1.2.242'
versionCode 243
versionName '1.2.243'
if (file('.signing/app-release.prop').exists()) {
signingConfig signingConfigs.release
}
Expand All @@ -120,7 +120,7 @@ android {
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 242
versionName "1.2.242-f"
versionName "1.2.243-f"
if (file('.signing/app-fdroid.prop').exists()) {
signingConfig signingConfigs.fdroid
}
Expand Down

0 comments on commit 308ff22

Please sign in to comment.