File tree 5 files changed +5
-4
lines changed
splunk-otel-android-volley
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
// keep this version in sync with /buildSrc/build.gradle.kts
9
- classpath(" com.android.tools.build:gradle:8.1.4 " )
9
+ classpath(" com.android.tools.build:gradle:8.2.0 " )
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
21
21
dependencies {
22
22
// keep this version in sync with /build.gradle.kts
23
- implementation(" com.android.tools.build:gradle:8.1.4 " )
23
+ implementation(" com.android.tools.build:gradle:8.2.0 " )
24
24
25
25
implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.23.3" )
26
26
implementation(" net.ltgt.gradle:gradle-errorprone-plugin:3.1.0" )
Original file line number Diff line number Diff line change @@ -17,7 +17,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
17
17
android.useAndroidX =true
18
18
19
19
# generate the BuildConfig class that contains the app version
20
- android.defaults.buildfeatures.buildconfig =true
21
-
22
20
version =1.3.0
23
21
group =com.splunk
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ android {
27
27
buildFeatures {
28
28
dataBinding = true
29
29
viewBinding = true
30
+ buildConfig = true
30
31
}
31
32
32
33
buildTypes {
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ android {
28
28
compileOptions {
29
29
sourceCompatibility(JavaVersion .VERSION_1_8 )
30
30
targetCompatibility(JavaVersion .VERSION_1_8 )
31
+ isCoreLibraryDesugaringEnabled = true
31
32
}
32
33
33
34
testOptions {
@@ -51,6 +52,7 @@ dependencies {
51
52
implementation(" androidx.appcompat:appcompat:1.6.1" )
52
53
implementation(" androidx.navigation:navigation-fragment:2.7.5" )
53
54
compileOnly(" com.android.volley:volley:1.2.1" )
55
+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.4" )
54
56
55
57
implementation(project(" :splunk-otel-android" ))
56
58
You can’t perform that action at this time.
0 commit comments