Skip to content

Commit

Permalink
Build 210
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Nov 18, 2023
1 parent d58295b commit 48292cd
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 @@ -69,8 +69,8 @@ android {
minSdkVersion 7
//noinspection GradleDependency,OldTargetApi
targetSdkVersion 29
versionCode 209
versionName "1.1.209-beta.u"
versionCode 210
versionName "1.1.210-beta.u"
}
buildTypes {
release {
Expand All @@ -95,16 +95,16 @@ android {
minSdkVersion 7
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 209
versionName "1.1.209-beta"
versionCode 210
versionName "1.1.210-beta"
signingConfig signingConfigs.debug
}
releaseConfig {
minSdkVersion 7
applicationId 'uk.openvk.android.legacy'
targetSdkVersion 29
versionCode 209
versionName '1.1.209-beta.r'
versionCode 210
versionName '1.1.210-beta.r'
if (file('.signing/app-release.prop').exists()) {
signingConfig signingConfigs.release
}
Expand All @@ -115,8 +115,8 @@ android {
minSdkVersion 7
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 209
versionName "1.1.209-beta.f"
versionCode 210
versionName "1.1.210-beta.f"
if (file('.signing/app-release.prop').exists()) {
signingConfig signingConfigs.release
}
Expand Down

0 comments on commit 48292cd

Please sign in to comment.