Skip to content

Commit

Permalink
prerel: build 231
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Dec 14, 2023
1 parent 269b061 commit 2ffc1e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 230
versionName "1.2.230-prerelease.u"
versionCode 231
versionName "1.2.231-prerelease.u"
}
buildTypes {
release {
Expand All @@ -105,16 +105,16 @@ android {
minSdkVersion 7
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 230
versionName "1.2.230-d"
versionCode 231
versionName "1.2.231-d"
signingConfig signingConfigs.debug
}
releaseConfig {
minSdkVersion 7
applicationId 'uk.openvk.android.legacy'
targetSdkVersion 29
versionCode 230
versionName '1.2.230'
versionCode 231
versionName '1.2.231'
if (file('.signing/app-release.prop').exists()) {
signingConfig signingConfigs.release
}
Expand All @@ -125,8 +125,8 @@ android {
minSdkVersion 7
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 230
versionName "1.2.230-f"
versionCode 231
versionName "1.2.231-f"
if (file('.signing/app-fdroid.prop').exists()) {
signingConfig signingConfigs.fdroid
}
Expand Down

0 comments on commit 2ffc1e4

Please sign in to comment.