Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxPaper committed Sep 22, 2023
1 parent f114dfe commit 4bfd1e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ android {
applicationId "com.biglybt.android.client"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionName "1.3.2.1"
// a.b.c.d
// Even d #: Release
// Odd d #: WIP
versionCode 1030201
versionName "1.3.3"
// a.b.c -> aabbccdd, where dd = build #
versionCode 1030303
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4bfd1e7

Please sign in to comment.