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
47a13b82
Unverified
Commit
47a13b82
authored
4 years ago
by
Jakob Möller
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Circle Hotfix For Build (#142)
Signed-off-by:
d067928
<
jakob.moeller@sap.com
>
parent
5b344e60
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+2
-2
2 additions, 2 deletions
.circleci/config.yml
Corona-Warn-App/build.gradle
+1
-1
1 addition, 1 deletion
Corona-Warn-App/build.gradle
with
3 additions
and
3 deletions
.circleci/config.yml
+
2
−
2
View file @
47a13b82
...
@@ -11,8 +11,8 @@ jobs:
...
@@ -11,8 +11,8 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
install-ndk
:
-
install-ndk
:
ndk-sha
:
"
c81a5bcb4672a18d3647bf6898cd4dbcb978d0e8
"
ndk-sha
:
"
50250fcba479de477b45801e2699cca47f7e1267
"
ndk-version
:
"
android-ndk-r21
c
"
ndk-version
:
"
android-ndk-r21
b
"
-
restore-build-cache
-
restore-build-cache
-
restore_cache
:
-
restore_cache
:
key
:
jars-{{ checksum "build.gradle" }}-{{ checksum "Corona-Warn-App/build.gradle" }}-{{ checksum "Server-Protocol-Buffer/build.gradle" }}
key
:
jars-{{ checksum "build.gradle" }}-{{ checksum "Corona-Warn-App/build.gradle" }}-{{ checksum "Server-Protocol-Buffer/build.gradle" }}
...
...
This diff is collapsed.
Click to expand it.
Corona-Warn-App/build.gradle
+
1
−
1
View file @
47a13b82
...
@@ -25,7 +25,7 @@ apply plugin: "androidx.navigation.safeargs.kotlin"
...
@@ -25,7 +25,7 @@ apply plugin: "androidx.navigation.safeargs.kotlin"
apply
plugin:
'jacoco'
apply
plugin:
'jacoco'
android
{
android
{
ndkVersion
"21.
2
.6
4726
46"
ndkVersion
"21.
1
.6
352
46
2
"
compileSdkVersion
29
compileSdkVersion
29
buildToolsVersion
"29.0.3"
buildToolsVersion
"29.0.3"
...
...
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