Skip to content

Commit

Permalink
i forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Aug 1, 2023
1 parent 3d6e6ed commit b2652de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ android {
minSdkVersion 7
applicationId 'uk.openvk.android.legacy'
targetSdkVersion 29
versionCode 199
versionName '1.1.199-pbeta.r'
versionCode 200
versionName '1.1.200-beta.r'
if (file('.signing/app.prop').exists()) {
signingConfig signingConfigs.release
}
Expand All @@ -107,8 +107,8 @@ android {
minSdkVersion 7
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 199
versionName "1.1.199-pbeta.f"
versionCode 200
versionName "1.1.200-beta.f"
if (file('.signing/app.prop').exists()) {
signingConfig signingConfigs.release
}
Expand Down

0 comments on commit b2652de

Please sign in to comment.