aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: bump fragment to 1.3.3Harsh Shandilya2021-04-221-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* gradle: bump wrapper to v7.0Harsh Shandilya2021-04-111-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: bump to Kotlin 1.4.32Harsh Shandilya2021-03-301-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade dependenciesHarsh Shandilya2021-03-291-8/+8
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: remove JCenter repositoryHarsh Shandilya2021-03-161-7/+6
| | | | | | Force trove4j to be resolved from the newer coordinates used by AGP 7.0 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade AndroidX activity and fragmentHarsh Shandilya2021-03-111-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade Kotlin and turn on IR compilerHarsh Shandilya2021-03-011-1/+1
| | | | | | | | | Kotlin has been building a new JVM backend for a while now and it is finally in Beta, scheduled to hit stable in Kotlin 1.4.50. This is the time to enable it and report any bugs we hit, before it becomes the default. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade to Gradle 6.8.3Harsh Shandilya2021-02-231-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade to ZXING 4.1.0Harsh Shandilya2021-02-191-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update MDC to 1.3.0 stable releaseHarsh Shandilya2021-02-111-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade to Kotlin 1.4.30Harsh Shandilya2021-02-111-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade AndroidX libraries to stable versionsHarsh Shandilya2021-02-111-3/+3
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* gradle: fix the distribution checksumHarsh Shandilya2021-02-111-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update AGP to 4.1.2Jason A. Donenfeld2021-02-111-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: include org.jetbrains.trove4j from jcenterL.W.Reek2021-02-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | mavenCentral does not have org.jetbrains.trove4j which causes the build to fail. * What went wrong: Execution failed for task ':tunnel:extractReleaseAnnotations'. > Could not resolve all files for configuration ':tunnel:lintClassPath'. > Could not find org.jetbrains.trove4j:trove4j:20160824. Searched in the following locations: - https://dl.google.com/dl/android/maven2/org/jetbrains/trove4j/ trove4j/20160824/trove4j-20160824.pom - https://repo.maven.apache.org/maven2/org/jetbrains/trove4j/ trove4j/20160824/trove4j-20160824.pom Required by: project :tunnel > com.android.tools.lint:lint-gradle:27.1.1 > com.android.tools:sdk-common:27.1.1 project :tunnel > com.android.tools.lint:lint-gradle:27.1.1 > com.android.tools.external.com-intellij:intellij-core:27.1.1 Fixes: 13cc4436ca22 ("build: switch to mavenCentral as the main repository") Signed-off-by: L.W.Reek <syphyr@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade to Gradle 6.8.2Harsh Shandilya2021-02-051-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: switch to mavenCentral as the main repositoryHarsh Shandilya2021-02-051-2/+8
| | | | | | Retain JCenter but restrict it the single dependency we require off it Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update fragment to 1.3.0-rc02Harsh Shandilya2021-02-031-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade runtime dependenciesHarsh Shandilya2021-01-231-4/+4
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* gradle: bump wrapper to v6.8.1Harsh Shandilya2021-01-231-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade to MDC 1.3.0-beta01Harsh Shandilya2020-12-171-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: downgrade Jetpack Datastore to 1.0.0-alpha02Harsh Shandilya2020-12-161-1/+1
| | | | | | We're hitting occasional build failures with the newer versions that have not been triaged yet Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade AGP, Kotlin, core-ktx and mdc-androidHarsh Shandilya2020-12-161-4/+4
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade activity and fragment to latest betasHarsh Shandilya2020-12-161-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade datastore dependencyHarsh Shandilya2020-12-031-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade dependenciesHarsh Shandilya2020-11-301-6/+6
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade runtime dependenciesHarsh Shandilya2020-11-091-5/+5
| | | | | | Updates ConstraintLayout, kotlinx.coroutines, Jetpack DataStore, JUnit and Lifecycle-Runtime-KTX Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: add task to sync localisations with CrowdinHarsh Shandilya2020-11-071-0/+33
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: switch to Gradle's maven-publish pluginHarsh Shandilya2020-11-071-4/+0
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade to Gradle 6.7Harsh Shandilya2020-10-151-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update to AGP 4.1.0Harsh Shandilya2020-10-131-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update AGP and ConstraintLayoutHarsh Shandilya2020-10-071-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update to mdc 1.3.0-alpha03Jason A. Donenfeld2020-10-051-2/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: upgrade AndroidX biometricJason A. Donenfeld2020-10-021-1/+1
| | | | | | | The BiometricConstants class was removed and these were folded into BiometricPrompt. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: update AndroidX activity/fragments and resolve compile failureHarsh Shandilya2020-10-021-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* ui: move to Jetpack DataStore instead of SharedPrefsJason A. Donenfeld2020-09-181-0/+1
| | | | | | | Hopefully PreferencesPreferenceDataStore gets to go away sometime down the line. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* gradle: downgrade androidx.{fragment,activity} to alpha07Jason A. Donenfeld2020-09-171-2/+2
| | | | | | | The alpha08 version introduced regressions that we can't deal with at the moment. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* DownloadsFileSaver: encapsulate permission checksJason A. Donenfeld2020-09-171-1/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Ed25519: use implementation from TinkJason A. Donenfeld2020-09-161-1/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* coroutines: use lifecycleScope where appropriateJason A. Donenfeld2020-09-151-1/+2
| | | | | | | There's still a bit of GlobalScope lingering around, which might be removable. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* MonkeyedTextInputEditText: au revoirJason A. Donenfeld2020-09-151-1/+2
| | | | | | | Remember to go back to using com.google.android.material when 1.3.0-alpha03 comes out. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* gradle: desugar retrofuture and remove old depsJason A. Donenfeld2020-09-151-2/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: uprev dependencies and fix script block orderHarsh Shandilya2020-09-131-12/+11
| | | | | | | | | | - buildscript must always be the first block in a Gradle build - ConstraintLayout, Kotlin and bintray plugin are updated to their latest stable revisions - Biometrics is updated to the latest alpha release to make use of multiple memory leak fixes that plague the 1.0.x implementations Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update to Gradle 6.6.1Harsh Shandilya2020-08-301-2/+2
| | | | | | While praying F-Droid gets their shit together by the time we do our next release Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: uprev core-ktx and material componentsHarsh Shandilya2020-08-231-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update AndroidX dependenciesHarsh Shandilya2020-08-231-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: uprev to Kotlin 1.4Harsh Shandilya2020-08-231-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: uprev to Gradle 6.6Harsh Shandilya2020-08-121-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: bump AGP to 4.0.1Jason A. Donenfeld2020-07-231-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: upgrade to Gradle 6.5.1Harsh Shandilya2020-07-101-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>