Skip to content

Commit

Permalink
fix : attribute issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FenilInfy0m authored and FenilInfy0m committed Jan 3, 2024
1 parent e44aec7 commit 68976d1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
Binary file modified .gradle/8.2/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
9 changes: 9 additions & 0 deletions adsSdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ android {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

configurations {
debugApi {
attributes {
attribute(Attribute.of('com.android.build.api.attributes.BuildTypeAttr', String), 'debug')
attribute(Attribute.of('com.android.build.api.attributes.AgpVersionAttr', String), '8.2.0')
}
}
}
}

dependencies {
Expand Down

0 comments on commit 68976d1

Please sign in to comment.