Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxPaper committed Feb 14, 2019
1 parent 70e62fc commit 0a57917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BiglyBT/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ android {
applicationId "com.biglybt.android.client"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionName "1.2.3"
versionName "1.2.4"
// Mjr, Mnr, Patch, BuildNo
// Even patch #: Release
// Odd patch #: WIP
versionCode 1020300
versionCode 1020400
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 0a57917

Please sign in to comment.