Commit eb547137 authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey Schiller

Update srcCompVersion in upgradeFormProperties

Change-Id: I3571fc5d198a69fc04a2f66066a23a7f1db679a0
parent c2ddc809
......@@ -1195,6 +1195,7 @@ public final class YoungAndroidFormUpgrader {
// Previously, projects were Classic by default, so we need to reflect this.
componentProperties.put("Theme", new ClientJsonString("Classic"));
}
srcCompVersion = 31;
}
return srcCompVersion;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment