| commit | 5a1d319f4bf35e6620bb83828e78e6bf38aa0252 | [log] [tgz] |
|---|---|---|
| author | Rahul Ravikumar <[email protected]> | Thu Jan 23 11:01:19 2020 -0800 |
| committer | Rahul Ravikumar <[email protected]> | Thu Jan 23 11:03:24 2020 -0800 |
| tree | 11e4c0490f8d0eddefcac710355b6f087e90ae33 | |
| parent | dc828f79aa8eb75e993d010f1cef1ea8f3b7390b [diff] [blame] |
Track API changes. * Make `sInitialized` internal. Test: Existing tests pass. Change-Id: Iabc9a2e3bbd454173c9b2d933d8c2f3cc8234b0a
diff --git a/startup/startup-runtime/build.gradle b/startup/startup-runtime/build.gradle index 5903954..6a4c794 100644 --- a/startup/startup-runtime/build.gradle +++ b/startup/startup-runtime/build.gradle
@@ -52,7 +52,7 @@ androidx { name = "Android App Startup Runtime" - publish = Publish.NONE + publish = Publish.SNAPSHOT_AND_RELEASE mavenGroup = LibraryGroups.STARTUP inceptionYear = "2020" description = "Android App Startup Runtime"