Skip to content

Commit e437ee4

Browse files
committed
1.3.1.6
1 parent 5a86d59 commit e437ee4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ android {
1212
applicationId "com.biglybt.android.client"
1313
minSdkVersion rootProject.ext.minSdkVersion
1414
targetSdkVersion rootProject.ext.targetSdkVersion
15-
versionName "1.3.1.4"
15+
versionName "1.3.1.6"
1616
// Mjr, Mnr, Patch, BuildNo
1717
// Even patch #: Release
1818
// Odd patch #: WIP
19-
versionCode 1030104
19+
versionCode 1030106
2020
multiDexEnabled true
2121
vectorDrawables.useSupportLibrary = true
2222
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1.3.1.6
2+
Fix crash when clearing app from task list & re-opening

0 commit comments

Comments
 (0)