mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Merge branch 'feature/continnal_dependencies' into develop
This commit is contained in:
commit
1d130ea896
2 changed files with 3 additions and 6 deletions
|
@ -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'
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue