This website requires JavaScript.
Explore
Help
Sign In
Funkwhale
/
ultrasonic-app-subsonic-android
mirror of
https://github.com/ultrasonic/ultrasonic
Watch
1
Star
0
Fork
You've already forked ultrasonic-app-subsonic-android
0
Code
Issues
Releases
Wiki
Activity
7b750c692c
ultrasonic-app-subsonic-and...
/
gradle
/
versions.gradle
5 lines
123 B
Groovy
Raw
Normal View
History
Unescape
Escape
Move all dependencies to standalone file. This allows better and easier versioning management across modules Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-01-14 21:44:28 +01:00
ext
.
versions
=
[
Started implementing server colors
2021-10-14 17:17:32 +02:00
minSdk
:
21
,
API 30
2021-11-01 17:07:18 +01:00
targetSdk
:
30
,
Set compileSdk to 31
2021-12-20 19:46:31 +01:00
compileSdk
:
31
,
Use new toml file for version declaration
2021-12-20 21:25:51 +01:00
]