Skip to content

Commit 8a52cfc

Browse files
committed
Update gradle versions for latest Canary
1 parent a2d02bc commit 8a52cfc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

‎PrivacySandboxKotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ buildscript {
99
}
1010
}
1111
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
1414
}
1515

1616
task clean(type: Delete) {

‎PrivacySandboxKotlin/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ android.useAndroidX=true
2020
# thereby reducing the size of the R class for that library
2121
android.nonTransitiveRClass=true
2222
# 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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Apr 11 10:58:33 UTC 2022
1+
#Thu Oct 26 17:27:10 UTC 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-rc-2-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)