Skip to content

Commit

Permalink
Android dx vs d8
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-ilonka-rollbar committed Aug 7, 2024
1 parent 69d3841 commit a734f20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/temp-release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

export GPG_KEY_LOCATION="$(realpath "$GPG_KEY_LOCATION")"

echo "Doing SNAPSHOT release..."
Expand Down
4 changes: 4 additions & 0 deletions rollbar-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ android {
testCoverageEnabled true
}
}

dexOptions {
preDexLibraries = false
}
}

dependencies {
Expand Down
2 changes: 2 additions & 0 deletions rollbar-android/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
android.enableD8=true
android.useDexArchive=true

0 comments on commit a734f20

Please sign in to comment.