KMT-1568 [android] (Narwhal Feature Drop STABLE) Merge Android Studio 2025.1.2: Removed legacy analogues of the studio-platform library

GitOrigin-RevId: ff16653ff9b2ac9135b9cb8c0d5e10c38285e7fb
This commit is contained in:
Ilia Bogdanovich
2025-08-12 15:08:33 +02:00
committed by intellij-monorepo-bot
parent a95e7c16ce
commit d33ea551ff
2 changed files with 0 additions and 18 deletions

View File

@@ -1,16 +0,0 @@
<component name="libraryTable">
<library name="android.tools.sdklib" type="repository">
<properties include-transitive-deps="false" maven-id="com.android.tools:sdklib:31.5.0-alpha08">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/android/tools/sdklib/31.5.0-alpha08/sdklib-31.5.0-alpha08.jar">
<sha256sum>a87c7d95a6d9c329ddde828af3f213253140135c60a0bf025a9107b3c2123f20</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/android/tools/sdklib/31.5.0-alpha08/sdklib-31.5.0-alpha08.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -49,8 +49,6 @@ object CommunityLibraryLicenses {
LibraryLicense("Android libwebp library", libraryName = "libwebp.jar", url = "https://github.com/webmproject/libwebp", version = LibraryLicense.CUSTOM_REVISION)
.newBsd("https://github.com/webmproject/libwebp/blob/main/COPYING"),
androidDependency("Android SDK Common", libraryName = "android.tools.sdk.common"),
androidDependency("Android Studio Platform", libraryName = "studio-platform"),
LibraryLicense("antlr4-runtime", libraryName = "antlr4-runtime", url = "https://github.com/antlr/antlr4")