Skip to content

Commit a0bd17f

Browse files
committed
Update platformBuildVersionCode.
Change-Id: I711926ac5b9a1b4212ef8e5d6afe18962dbe1c1a
1 parent ad7f067 commit a0bd17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/binres/binres.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func UnmarshalXML(r io.Reader, withIcon bool) (*XML, error) {
250250
Space: "",
251251
Local: "platformBuildVersionCode",
252252
},
253-
Value: "16",
253+
Value: fmt.Sprintf("%v", MinSDK),
254254
},
255255
xml.Attr{
256256
Name: xml.Name{

0 commit comments

Comments
 (0)