Skip to content

Commit

Permalink
prerel: Build 234
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Jan 12, 2024
1 parent 7b1deff commit a4f6f65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
4 changes: 0 additions & 4 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,5 @@
<orderEntry type="module" module-name="wrhttp" exported="" />
<orderEntry type="module" module-name="twemojicon" exported="" />
<orderEntry type="module" module-name="popupmenu" exported="" />
<orderEntry type="module" module-name="actionbar" exported="" />
<orderEntry type="module" module-name="wrhttp" exported="" />
<orderEntry type="module" module-name="twemojicon" exported="" />
<orderEntry type="module" module-name="popupmenu" exported="" />
</component>
</module>
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 233
versionName "1.2.233-u"
versionCode 234
versionName "1.2.234-u"
}
buildTypes {
release {
Expand All @@ -105,16 +105,16 @@ android {
minSdkVersion 7
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 233
versionName "1.2.233-d"
versionCode 234
versionName "1.2.234-d"
signingConfig signingConfigs.debug
}
releaseConfig {
minSdkVersion 7
applicationId 'uk.openvk.android.legacy'
targetSdkVersion 29
versionCode 233
versionName '1.2.233'
versionCode 234
versionName '1.2.234'
if (file('.signing/app-release.prop').exists()) {
signingConfig signingConfigs.release
}
Expand All @@ -125,8 +125,8 @@ android {
minSdkVersion 7
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 233
versionName "1.2.233-f"
versionCode 234
versionName "1.2.234-f"
if (file('.signing/app-fdroid.prop').exists()) {
signingConfig signingConfigs.fdroid
}
Expand Down

0 comments on commit a4f6f65

Please sign in to comment.