Commit Graph

10 Commits

Author SHA1 Message Date
Justin Bassett
d3a696b7f8
Increase heap from 2gig to 4gig (#4276) 2024-03-17 12:17:47 +01:00
Joris Pelgröm
62414e4cd5
Migrate BuildConfig to Gradle Build Files (#4049)
- Addresses the following warning: The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated. Each module uses the BuildConfig class so it's added everywhere.
2023-12-15 12:46:48 -05:00
dependabot[bot]
6b03613352
Bump com.android.tools.build:gradle from 7.4.2 to 8.0.0 (#3474)
* Bump com.android.tools.build:gradle from 7.4.2 to 8.0.0

Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Gradle version

* Build default values changes

 - Remove items that match new defaults
 - Add item to keep old default to allow for those changes to happen in another PR

* Align target Kotlin version with target Java version

* Use JDK 17

* Remove one more item that now matches default

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joris Pelgröm <joris.pelgrom@gmail.com>
2023-04-24 21:05:20 -04:00
Bassett, Justin
45c4e16074 Use less memory. 2023-03-31 22:21:58 -04:00
Bassett, Justin
b22eb713c2 Let publishing of Automotive fail. 2023-03-31 22:04:29 -04:00
Nelson Osacky
3a3577d3ca
Update distribution plugin. (#1079)
Also disable some unused build features to improve configuration time.
2020-10-20 09:34:45 -04:00
Nelson Osacky
010b63a5c3
Update to Gradle 6.7. (#1066)
Also enable Gradle parallel flag and caching flags.
2020-10-17 22:57:22 -04:00
Patrick Decat
cce1608bf0
Allow overriding PUSH_URL and RATE_LIMIT_URL in gradle.properties (#1032)
* Extract PUSH_URL and RATE_LIMIT_URL as BuildConfig values that can be overriden in local.properties

* Put push and rate limit URLs in gradle.properties instead of local.properties which can be overwritten by Android Studio
2020-10-11 14:14:49 -04:00
Justin Bassett
092d0fb152
Bump build and androidx versions. (#475) 2020-02-25 20:13:26 -05:00
Robbie Trencheny
aed98be0c5
Initial commit 2019-04-01 22:52:08 -07:00