Release 3.27-beta-1
This commit is contained in:
parent
381d217bd5
commit
eade00b0ba
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 505
|
||||
versionName "3.26.0"
|
||||
versionCode 506
|
||||
versionName "3.27-beta-1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.27-beta-1",
|
||||
"code": "506",
|
||||
"note": "This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid."
|
||||
},
|
||||
{
|
||||
"version": "3.26.0",
|
||||
"code": "505",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid.
|
Loading…
Reference in New Issue