Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cwa App Android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Foertsch
Cwa App Android
Commits
3fa7e60f
Unverified
Commit
3fa7e60f
authored
4 years ago
by
Matthias Urhahn
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Disable Jetifier (DEV) #1369
Co-authored-by:
Ralf Gehrer
<
ralfgehrer@users.noreply.github.com
>
parent
e8d021c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Corona-Warn-App/build.gradle
+8
-6
8 additions, 6 deletions
Corona-Warn-App/build.gradle
gradle.properties
+0
-1
0 additions, 1 deletion
gradle.properties
with
8 additions
and
7 deletions
Corona-Warn-App/build.gradle
+
8
−
6
View file @
3fa7e60f
...
...
@@ -254,15 +254,17 @@ dependencies {
implementation
'androidx.legacy:legacy-support-v4:1.0.0'
implementation
'androidx.preference:preference:1.1.1'
implementation
'androidx.work:work-runtime-ktx:2.3.4'
implementation
'android.arch.lifecycle:extensions:2.2.0'
implementation
'androidx.lifecycle:lifecycle-common-java8:2.2.0'
implementation
'androidx.lifecycle:lifecycle-process:2.2.0'
implementation
'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation
'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0'
implementation
'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation
'androidx.annotation:annotation:1.1.0'
implementation
"androidx.recyclerview:recyclerview:1.1.0"
implementation
"androidx.recyclerview:recyclerview-selection:1.1.0-rc02"
implementation
'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
// DAGGER
implementation
'com.google.dagger:dagger:2.28.1'
implementation
'com.google.dagger:dagger-android:2.28.1'
...
...
@@ -283,8 +285,8 @@ dependencies {
implementation
files
(
'libs\\play-services-nearby-exposurenotification-1.6.1-eap.aar'
)
// Testing
testImplementation
"android.arch.core:core-testing:
1
.1.
1
"
testImplementation
(
'org.robolectric:robolectric:4.
3.1
'
)
{
testImplementation
"android
x
.arch.core:core-testing:
2
.1.
0
"
testImplementation
(
'org.robolectric:robolectric:4.
4
'
)
{
exclude
group:
'com.google.protobuf'
}
testImplementation
"io.mockk:mockk:1.10.0"
...
...
This diff is collapsed.
Click to expand it.
gradle.properties
+
0
−
1
View file @
3fa7e60f
...
...
@@ -12,7 +12,6 @@
# org.gradle.parallel=true
#Wed May 20 08:50:55 CEST 2020
kotlin.code.style
=
official
android.enableJetifier
=
true
org.gradle.jvmargs
=
-Xmx2048M -Dkotlin.daemon.jvm.options
\=
"-Xmx2048M"
android.useAndroidX
=
true
org.gradle.parallel
=
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment