Skip to content

Commit

Permalink
Merge pull request #325 from tony19/chore/update-build-tools
Browse files Browse the repository at this point in the history
chore: update android build tools
  • Loading branch information
tony19 authored Mar 27, 2023
2 parents 89b94a7 + df62e15 commit e41fe69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.android.tools.build:gradle:7.4.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
6 changes: 0 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include ':logback-android'

// Don't generate BuildConfig.class or else it will be packaged (and
// android.packagingOptions.exclude doesn't seem to remove it), which
// causes an error in `connectedCheck` task:
// Multiple dex files define <package>/BuildConfig
startParameter.excludedTaskNames = ['generateReleaseBuildConfig', 'generateDebugBuildConfig']

0 comments on commit e41fe69

Please sign in to comment.