Commit Graph

15 Commits

Author SHA1 Message Date
Simon Frei 4f51eed9e2 Bumped version to 1.27.10 2024-08-11 13:09:50 +02:00
Simon Frei ea901a17d8 Bumped version to 1.27.6.2 2024-07-18 23:44:33 +02:00
Simon Frei e5fefc0b69 Bumped version to 1.27.6.1 2024-07-18 10:08:31 +02:00
Simon Frei 3b305f852d Bumped version to 1.27.6 2024-04-10 08:36:32 +02:00
Simon Frei 3127951ad4 Bumped version to 1.27.5 2024-04-02 17:31:17 +02:00
Simon Frei e50bca3a86 Bumped version to 1.27.5-rc.2 2024-03-29 18:55:48 +01:00
Simon Frei e7ab8f50d6 Bumped version to 1.27.4-rc.1 2024-02-24 20:53:40 +01:00
Adam Szewera 6df11ac1e4
Upgrade compile sdk and tools (#2049)
Upgrade compile sdk and tools from 33 to 34

This is needed to update Android Gradle Plugin (AGP) and other
dependencies.
2024-02-10 20:42:38 +01:00
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