Accept alternate squash solution
- validate the upstream requirement of exactly two commits - accept soft reset followed by a replacement commit - reject resetting to one commit without creating the squashed commit - document squash validation parity
This commit is contained in:
@@ -19,8 +19,8 @@ android {
|
||||
applicationId = "solutions.tretter.githugandroid"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 169
|
||||
versionName = "0.1.168"
|
||||
versionCode = 170
|
||||
versionName = "0.1.169"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
Reference in New Issue
Block a user