Skip to content

Commit

Permalink
1.3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxPaper committed Feb 25, 2021
1 parent 5a86d59 commit e437ee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ android {
applicationId "com.biglybt.android.client"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionName "1.3.1.4"
versionName "1.3.1.6"
// Mjr, Mnr, Patch, BuildNo
// Even patch #: Release
// Odd patch #: WIP
versionCode 1030104
versionCode 1030106
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/1030106.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1.3.1.6
Fix crash when clearing app from task list & re-opening

0 comments on commit e437ee4

Please sign in to comment.