21 Commits

Author SHA1 Message Date
Aayush Gupta
50940d8031 libs: Bump to latest stable gradle release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-12-24 11:35:02 +07:00
Aayush Gupta
9f922ddbb7 Bump to latest stable Gradle and dependencies
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-25 12:34:47 +07:00
Syuugo
c086192b2f libs: Bump to latest AGP, Gradle 2024-10-04 09:08:42 +00:00
Aayush Gupta
a6617021d9 libs: Bump to latest AGP, Gradle and dependencies
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-21 09:00:33 +05:30
Aayush Gupta
8a4ddf0d5e Bump to latest stable AGP, Gradle and dependencies version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-08-19 09:52:18 +05:30
Aayush Gupta
74f3b8e563 Bump to latest stable AGP & Gradle release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Aayush Gupta
aaffe2bf76 Bump to latest stable Gradle
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-10 10:35:52 +05:30
Aayush Gupta
678940c412 Bump AGP & Gradle to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-04-04 11:30:08 +05:30
Aayush Gupta
5ceb339b35 Bump to Gradle 8.6
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-08 12:32:34 +01:00
Aayush Gupta
15d2a9841a Bump Gradle & dependencies to latest stable version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-02 14:13:40 +05:30
Aayush Gupta
5cc49daa12 Bump to latest stable AGP and Gradle version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-10-25 00:14:34 +05:30
Aayush Gupta
184bfb5f69 Bump AGP and Gradle to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-22 13:54:41 +05:30
Aayush Gupta
99234ed9e3 fixup! Bump to latest stable AGP and Gradle versions
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-07-30 23:35:04 +08:00
Aayush Gupta
516e3378b6 Bump to latest stable AGP and Gradle versions
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-07-30 22:58:03 +08:00
Aayush Gupta
87a960c475 Bump to AGP 8.0.1
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-05-08 14:25:07 +05:30
Patryk Mis
eb193c0ab0 Update Gradle to v7.6.1
All Gradle wrapper files were updated as per instructions from Android Gradle Plugin's release notes (with one exception explained below):

gradlew wrapper --gradle-version 7.6.1 --distribution-type bin --gradle-distribution-sha256-sum 6147605a23b4eff6c334927a86ff3508cb5d6722cd624c97ded4c2e8640f1f87

--gradle-distribution-sha256-sum switch ads additional verification of downloaded Gradle distribution (as explained at https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:verification) for security reasons.

Version 7.6.1 is the latest from v7.x.x series, which is supported by the Android Gradle Plugin v7.4.2.
It contains various improvements and fixes documented at https://docs.gradle.org/7.6.1/release-notes.html.

Keeping up to date with the latest versions is good practice for various reasons, including (but not limited to) potential security fixes.

Signed-off-by: Patryk Mis <foss@patrykmis.com>
2023-05-02 11:22:27 +02:00
Aayush Gupta
cba0a5f794 Bump to latest stable AGP and Gradle version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-04-08 00:18:23 +05:30
Aayush Gupta
ecf16661dc Refactor gradle configuration and update dependencies
- Enable java 11 language features
- Switch to groovy syntax
- Switch to new gradle plugins and dependency configuration
- Drop deprecated properties
- Switch from buildscript to project.ext closure for version property
- Update dependencies to latest stable versions
- Address build errors arising due to dependencies update

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2022-08-28 19:30:40 +05:30
Rahul Kumar Patel
25c0c8b32d Bump SDK to 32 + update gradle 2022-02-13 00:41:35 +05:30
Oliver Scott
f83d26df58 Android 12 updates
* Updated gradle version and dependencies
* Bumped compileSdkVersion and targetSdkVersion to 31
* Added support for updates without user action
* Bumped versionCode and versionName

Changes required by API level 31:
 * Added explicit exported tags to activities and receivers
 * Added explicit IMMUTABLE|MUTABLE flags to PendingIntents
2021-11-12 09:46:00 -05:00
Rahul Kumar Patel
dfc706b13e Initial v4 2021-02-15 05:37:36 +05:30