File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ buildscript {
9
9
}
10
10
}
11
11
plugins {
12
- id ' com.android.application' version ' 8.1 .0-alpha02 ' apply false
13
- id ' com.android.library' version ' 8.1 .0-alpha02 ' apply false
12
+ id ' com.android.application' version ' 8.3 .0-alpha10 ' apply false
13
+ id ' com.android.library' version ' 8.3 .0-alpha10 ' apply false
14
14
}
15
15
16
16
task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ android.useAndroidX=true
20
20
# thereby reducing the size of the R class for that library
21
21
android.nonTransitiveRClass =true
22
22
# Enables building an APK using the new Privacy Sandbox build flow
23
- android.experimental.privacysandboxsdk.enable =true
23
+ android.experimental.privacysandboxsdk.enable =true
24
+ android.experimental.privacysandboxsdk.requireServices =false
Original file line number Diff line number Diff line change 1
- # Mon Apr 11 10:58:33 UTC 2022
1
+ # Thu Oct 26 17:27:10 UTC 2023
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
4
3
distributionPath =wrapper/dists
5
- zipStorePath = wrapper/dists
4
+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.4-rc-2-bin.zip
6
5
zipStoreBase =GRADLE_USER_HOME
6
+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments