-
-
Notifications
You must be signed in to change notification settings - Fork 299
Expand file tree
/
Copy pathversion.properties
More file actions
27 lines (25 loc) · 743 Bytes
/
version.properties
File metadata and controls
27 lines (25 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Basics
android-platform = 30
android-toolslib = 27.1.1
android-gradle-plugin = 7.1.0
gradle-wrapper = 7.4.2
# Minimum SDK versions for each type of project
android-min-app = 17
android-min-wallpaper = 17
android-min-vr = 19
android-min-ar = 24
android-min-wear = 25
# Dependencies. Latest versions could be found at:
# https://mvnrepository.com
# https://repo.gradle.org
# The format below is group%artifact
androidx.appcompat%appcompat = 1.2.0
androidx.legacy%legacy-support-v4 = 1.0.0
com.google.android.support%wearable = 2.8.1
com.google.android.gms%play-services-wearable = 17.0.0
com.google.vr = 1.180.0
com.google.ar = 1.30.0
org.processing = 4.0.0b7
org.gradle%gradle-tooling-api = 7.2
org.slf4j = 1.7.30
org.eclipse.jdt = 3.11.100