Skip to content

Commit 09def37

Browse files
authored
Merge branch 'master' into tomandersen/dbToken
2 parents 297d2c4 + 188cdb1 commit 09def37

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

health-metrics/apk-size/apk-size.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ buildscript {
2020

2121
}
2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:4.2.0'
23+
classpath 'com.android.tools.build:gradle:8.2.2'
2424
}
2525
}
2626

2727
plugins {
28-
id "com.dorongold.task-tree" version "1.5"
28+
id "com.dorongold.task-tree" version "3.0.0"
2929
}
3030

3131
apply from: '../../sdkProperties.gradle'

health-metrics/apk-size/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ apply plugin: "com.android.application"
1616
apply from: "default.gradle"
1717
android {
1818
flavorDimensions "firebase", "abi"
19-
2019
// https://developer.android.com/ndk/guides/abis
20+
namespace "com.google.apksize"
2121
productFlavors {
2222
"universal" {
2323
dimension "abi"

health-metrics/apk-size/app/default.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
abortOnError false
2626
checkReleaseBuilds false
2727
}
28-
compileSdk 33
28+
compileSdk 34
2929

3030
defaultConfig {
3131
applicationId 'com.google.apksize'
@@ -61,4 +61,5 @@ android {
6161

6262
dependencies {
6363
implementation fileTree(dir: 'libs', include: ['*.jar'])
64+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
6465
}
2.32 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

health-metrics/benchmark/template/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id 'com.android.test' version '7.2.2' apply false
1919
id 'org.jetbrains.kotlin.android' version '1.8.22' apply false
2020

21-
id 'com.google.gms.google-services' version '4.3.13' apply false
21+
id 'com.google.gms.google-services' version '4.3.15' apply false
2222
id 'com.google.firebase.crashlytics' version '2.9.1' apply false
2323
id 'com.google.firebase.firebase-perf' version '1.4.1' apply false
2424
}

0 commit comments

Comments
 (0)