Skip to content

Commit bad755e

Browse files
committed
Do not use a negative number as versionCode
1 parent 120ebb6 commit bad755e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def getMasterCommitCount = { ->
3030
}
3131
return Integer.parseInt(stdout.toString().trim())
3232
} catch (ignored) {
33-
return -1
33+
return 1
3434
}
3535
}
3636

0 commit comments

Comments
 (0)