Merge branch 'feature/continnal_dependencies' into develop

This commit is contained in:
jacques 2022-01-28 15:55:09 +01:00
commit 1d130ea896
2 changed files with 3 additions and 6 deletions

View file

@ -81,10 +81,7 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
dexOptions {
incremental false
javaMaxHeapSize "4g"
}
buildToolsVersion '32.0.0'
allprojects {
@ -116,6 +113,6 @@ dependencies {
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
implementation 'androidx.core:core:1.6.0'
implementation 'io.sentry:sentry-android:5.4.0'
devImplementation 'io.sentry:sentry-android:5.4.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}

View file

@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files