1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Simon Frei
b1194b9f11 Bumped version to 1.27.3 2024-02-07 07:54:22 +01:00
Simon Frei
55648e66bf Bumped version to 1.27.3-rc.2 2024-01-27 07:29:34 +01:00
Simon Frei
bbd543582a Bumped version to 1.27.3-rc.1 2024-01-10 21:40:26 +01:00
Simon Frei
6e10732421 Merge branch 'release' 2024-01-10 21:30:23 +01:00
Adam Szewera
f647a02634
Upgrade Gradle wrapper to version 8.5 (#2021)
## Description
Dependabot does not support (yet) upgrading the Gradle wrapper thus it
needs to be updated/upgraded manually.

## Changes:
* Upgrade gradle wrapper to version `8.5`

See also: https://github.com/dependabot/dependabot-core/issues/2223
2024-01-10 21:27:21 +01:00
Adam Szewera
e5574f0d62
Use view binding (#2037)
Enable the [view binding
feature](https://developer.android.com/topic/libraries/view-binding#kts)
and replace explicit view binding with `binding.xyz` in
`DeviceActivity`.
2024-01-07 15:17:52 +01:00
Adam Szewera
9ed273a32e
Refactor groovy gradle files to kotlin dsl (#2022)
## Description:
Refactor gradle build files to use Kotlin DSL instead of Groovy.
There were also a bash script and a python script that needed to be
updated because they relied on parsing the `build.gradle` files written
in Groovy.

This PR completes the work started in:
https://github.com/syncthing/syncthing-android/pull/2000
2023-12-28 22:37:27 +01:00