forked from henrichg/PhoneProfilesPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
25 lines (18 loc) · 942 Bytes
/
dependencies.gradle
File metadata and controls
25 lines (18 loc) · 942 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
ext.ppVersions = [
/// WARNING:
// Must be used android.jar downloaded from https://github.com/Reginer/aosp-android-jar
// Downloaded android.jar must be copied into PC into folder \<android-sdk\>/platforms/android-XX
// Add new version, published in GitHub Relases, also into Discord PPP server
publishVersion : '7.1.2',
publishVersionCode: 7310,
minSdk : 26,
targetSdk : 28,
compileSdk : 36,
buildTools : '36.0.0',
appcompatXLib : '1.7.1', //'1.7.0',
//kotlinStdlibJdk8 : '1.8.22', // appcompat 1.7.0 - dependencies problem, this fixed it
recyclerView : '1.4.0', //'1.3.2', //''1.3.1',
autoservice : '1.1.1',
acra : '5.12.0', //'5.11.4', //'5.11.3'
shizuku : '13.1.0' // It must by this version, because of Shizuku.newProcess()
]