Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evant/studio-splash
An archive of all the Android Studio splash images
https://github.com/evant/studio-splash
Last synced: 2 months ago
JSON representation
An archive of all the Android Studio splash images
- Host: GitHub
- URL: https://github.com/evant/studio-splash
- Owner: evant
- License: apache-2.0
- Created: 2024-01-06T23:38:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T17:45:32.000Z (10 months ago)
- Last Synced: 2024-03-26T18:49:13.115Z (10 months ago)
- Language: Kotlin
- Size: 3.78 MB
- Stars: 22
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Studio Splash
An archive of all the Android Studio splash images
# Updating
Versions of Android Studio are fetched from https://developer.android.com/studio/archive
according to `src/main/resources/versions.json`. To add a new version, add an entry with the version name,
the track (Canary, Beta, Stable), and the full version number. Then run```shell
./gradlew run
```to download any updates. Splash images tend to only change on major canary and stable builds so only one of each is
needed.# Licenses
- Code is licensed under Apache Version 2.0
- Images are licensed under Apache Version 2.0```
Copyright (C) 2020-2023 The Android Open Source ProjectLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```