Commit graph

15 commits

Author SHA1 Message Date
4d3953dc7e
build: upgrade Gradle and dependencies
Upgraded Gradle plugin to version 8.1.0 and updated the wrapper to use Gradle 8.0. Updated build settings to modern standards, including non-final resource IDs and non-transitive R class. Moved lintOptions block to the proper lint configuration block in build.gradle. Removed the redundant package attribute from the AndroidManifest.xml since it's now defined in the namespace block.

These updates address compatibility issues and take advantage of new features and performance improvements provided by the latest Gradle version.
2024-09-17 08:17:35 +02:00
ced80276c3
chore: update Gradle to 7.2 and refine wrapper scripts
- Updated the Gradle wrapper version from 6.5 to 7.2 to leverage the latest features and improvements.
- Enhanced the Unix `gradlew` script for better POSIX compliance and included a detailed license header.
- Added memory options (`-Xmx64m`, `-Xms64m`) as default JVM options for `gradlew`.
- Changed the Windows `gradlew.bat` script to resolve path issues and include a license header.
- Improved file descriptor handling and argument passing for better reliability.

These changes ensure compatibility with newer Gradle features, improve script reliability, and align with licensing requirements.
2024-09-17 08:10:11 +02:00
Daniel Ziegenberg
555897bdf0
Updating build environment, tools, dependencies and travis build
- update compileSdkVersion to 30
 - update buildToolsVersion to 30.0.3
 - update targetSdkVersion to 30
 - update androidx.media:media to 1.2.1
 - update androidx.constraintlayout:constraintlayout to 2.0.4
 - update androidx.lifecycle to 2.3.0
 - update com.android.tools:desugar_jdk_libs to 1.1.5
 - update com.google.android.material:material to 1.3.0
 - pin com.google.zxing:core version below 3.4

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-07 20:58:49 +01:00
Jakob Nixdorf
31c3118dc3
Update translations and gradle 2020-10-18 11:31:21 +02:00
Daniel Ziegenberg
a279af268a update gradle to 6.4
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Jakob Nixdorf
abe9ccc598
Update Gradle and Gradle Plugin 2020-05-29 06:53:13 +02:00
Jakob Nixdorf
77ffcd579f
Update Gradle and Build Tools 2020-04-16 19:59:31 +02:00
Jakob Nixdorf
6063472d6c
Update Gradle 2020-01-29 09:46:09 +01:00
Jakob Nixdorf
718d3a889e
Update Gradle 2019-12-06 14:51:12 +01:00
Jakob Nixdorf
47bf420eb3
Revert "Update Gradle version"
This broke some stuff, reverting for now...

This reverts commit c16840171e.
2019-09-17 14:54:55 +02:00
Jakob Nixdorf
c16840171e
Update Gradle version 2019-09-17 10:07:43 +02:00
Jakob Nixdorf
7338c1706e
Update Gradle and Android Studio 2018-04-04 13:14:05 +02:00
Jakob Nixdorf
ad0dd188e6
Update dependencies, gradle version and Android Studio 2017-10-26 07:51:49 +02:00
Jakob Nixdorf
96a41e3464
Update target SDK, gradle and modules. 2017-06-28 15:13:30 +02:00
Bruno Bierbaumer
faec1dfd88 initial code dump 2015-11-23 22:20:14 +01:00