Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade 10.07 #5

Merged
merged 33 commits into from
Nov 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9d158b4
.gitlab-ci.yml: merge `apt-get install` commands
schildbach Mar 29, 2023
106fbf0
market-description.txt, README.md: update link to translations
schildbach Jul 26, 2023
95b0039
build.gradle: update ZXing to 3.5.2
schildbach Jul 30, 2023
8e3cefb
build.gradle: update AndroidX Room to 2.5.2
schildbach Jul 30, 2023
c1f60b4
build.gradle: update AndroidX Activity to 1.7.2
schildbach Jul 30, 2023
4228624
build.gradle: update AndroidX Fragment to 1.6.1
schildbach Jul 30, 2023
c9d0300
build.gradle: update AndroidX RecyclerView to 1.3.1
schildbach Jul 30, 2023
e66442b
build.Containerfile: reproducible reference build via docker/podman
Dec 23, 2021
661c944
10.04
schildbach Aug 30, 2023
bfcdeb8
build.Containerfile: use a project subdirectory
schildbach Aug 31, 2023
91780c3
Constants: update donation address
schildbach Sep 1, 2023
523ae41
Bluetooth: fix NoSuchMethodException on Android 14
schildbach Sep 1, 2023
f49d9d8
10.05
schildbach Sep 1, 2023
c1dd3a5
build.Containerfile: use disorderfs to improve build reproducibility
schildbach Sep 4, 2023
12491ce
10.06
schildbach Sep 4, 2023
385a9ac
build.gradle: enable resource shrinking
schildbach Sep 4, 2023
33a38c6
build.gradle: do not crunch PNGs, as they are already crunched
schildbach Sep 4, 2023
2a8c6a4
build.gradle: remove `preDexLibraries` option, use default
schildbach Sep 4, 2023
622826f
build.gradle: update SLF4J to 2.0.9
schildbach Oct 31, 2023
5b92c9e
build.gradle: update AndroidX SQLite to 2.4.0
schildbach Oct 31, 2023
c523571
build.gradle: update AndroidX Annotation to 1.7.0
schildbach Oct 31, 2023
8f285fa
build.gradle: update AndroidX RecyclerView to 1.3.2
schildbach Oct 31, 2023
8399cb7
build.gradle: update AndroidX Core to 1.12.0
schildbach Oct 31, 2023
5f72f24
build.gradle: update AndroidX Activity to 1.8.0
schildbach Oct 31, 2023
06c6547
build.gradle: update AndroidX Lifecycle to 2.6.2
schildbach Oct 31, 2023
11c06ab
build.gradle: update SDK Build Tools to 34.0.0
schildbach Oct 31, 2023
98c56f1
.gitlab-ci.yml: inline `before_script` and `after_script` into `scrip…
schildbach Oct 31, 2023
54630c1
.gitlab-ci.yml: add job for reference build
schildbach Oct 31, 2023
c6f7d30
10.07
schildbach Oct 31, 2023
014d6ad
Merge tag 'v10.07' of https://github.com/bitcoin-wallet/bitcoin-walle…
HashEngineering Nov 6, 2023
985c6d1
ci: update build settings for Android 34 build tools
HashEngineering Nov 7, 2023
e80a10c
build: downgrade some dependencies to build on Android 13
HashEngineering Nov 7, 2023
05e0fff
Revert "ci: update build settings for Android 34 build tools"
HashEngineering Nov 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build.gradle: update SDK Build Tools to 34.0.0
  • Loading branch information
schildbach committed Oct 31, 2023
commit 11c06abeb2e8b0bd9021796a8fb771c6f90643f8
2 changes: 1 addition & 1 deletion wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ext {

android {
compileSdkVersion 'android-33'
buildToolsVersion '33.0.2'
buildToolsVersion '34.0.0'

defaultConfig {
applicationId 'de.schildbach'
Expand Down