27 Commits

Author SHA1 Message Date
MohitMaliFtechiz
0b4bc66858 Fixed unit coverage test cases.
* Upgraded the jacoco dependency to `0.8.12`.
* Fixed StartSpeechInputTest was failing.
2024-08-16 15:35:10 +00:00
MohitMaliFtechiz
8c522daa07 Upgraded few dependencies. * Upgraded kotlin to to make it compatible with gradle . * Upgraded dagger to to make it compatible with gradle . * Removed from project since it is not maintained from 2020 and new gradle is not compatible with this library, so we have changed the it with binding. 2024-08-16 15:35:10 +00:00
MohitMali
f314e70d0c Upgraded Gradle to 8.1.3 * Added the namespace property in the build.gradle file because, in the newer Gradle version, it is necessary to specify the namespace in the build.gradle file instead of declaring it in the manifest file. 2024-08-16 15:35:10 +00:00
MohitMaliFtechiz
f2e44e02c4 Upgraded many dependencies of our project.
* Upgraded test cases and project dependencies.
* Refactor test cases and project code according to the new changes in dependencies.
2024-03-04 21:18:04 +05:30
MohitMali
11c5b3caa2 Fixed URLConnection not adding headers to the request.
* In this update, we've replaced the `URLConnection` with the OkHttp library, and now headers are being correctly passed in the request. As a result, the Zim file is successfully downloading.
* To integrate OkHttp into our Gradle project, we've moved the OkHttp dependency to our `buildSrc` folder.
2023-10-14 12:48:02 +02:00
MohitMaliFtechiz
aee9d28d9d
Changed secret key as PLAYSTORE_JSON
We have updated the release.yml file to use the new PLAYSTORE_JSON secret key instead of the google_json secret key that was previously used to get credentials. As part of this update, we have renamed the google.json file to playstore.json for better naming consistency with the new secret key.
2023-04-13 12:57:34 +02:00
MohitMaliFtechiz
c965020ade Upgraded android gradle version to 8.0 2023-03-29 09:14:46 +02:00
MohitMali
e6679bc0d1 Removed deprecated gradle features from the project 2023-01-03 14:35:55 +05:30
MohitMali
5ad4e6167a Remove JCenter and update kiwixlib 2022-08-19 16:55:22 +05:30
MohitMaliFtechiz
ee682b0046 upgrade to kotlin 1.7.0 2022-07-01 19:19:44 +02:00
MohitMaliFtechiz
afa6176b59 version change for jacoco and introduce codecov runner 2022-06-20 13:23:57 +05:30
MohitMaliFtechiz
32d672fd72 merging fixes with develop 2022-06-20 13:23:44 +05:30
MohitMali
0ae2610020 moving fetch2 library to jitpack 2022-05-14 07:45:37 +02:00
Sean Mac Gillicuddy
7d2d5f77fa #2220 Update AGP to 4.0.1 - bump version 2020-07-17 10:10:03 +01:00
Sean Mac Gillicuddy
726679a112 bump library versions 2020-07-01 10:08:25 +01:00
Sean Mac Gillicuddy
875aee9373 #2128 Upgrade Android Gradle Plugin to 4.0 - upgrade wrapper - explictly set ndk - upgrade AGP 2020-06-12 14:05:19 +01:00
Sean Mac Gillicuddy
7cd8862397 #2130 Upgrade Kotlin to 1.3.72 - bump version 2020-06-09 10:26:01 +01:00
Sean Mac Gillicuddy
2734d26aac Upgrade kotlin version 2020-04-01 12:25:29 +01:00
Yash Khare
88fbb06c4f Fix #1804 Update gradle version 2020-02-25 20:17:01 +05:30
Yash Khare
95a8e4d692 Fix #1804 Update gradle version 2020-02-25 12:18:02 +05:30
Sean Mac Gillicuddy
36e901c43f #100 Fix Checkstyle issues - upgrade tooling 2020-02-14 11:07:16 +00:00
Sean Mac Gillicuddy
80c3276786 Add detekt 2019-12-11 14:44:26 +00:00
Sean Mac Gillicuddy
372587bb68 #947 upgrade to kotlin 1.3.61 2019-12-05 09:26:24 +00:00
Sean Mac Gillicuddy
8057ef6b6e 1360 add custom publishing code for a custom app 2019-11-14 14:39:52 +00:00
Sean Mac Gillicuddy
778fc768ae 1360 Make abi splits, signing configs and valid release builds intrinsic to an app that applies our plugin - separate custom build logic 2019-11-06 15:22:57 +00:00
Sean Mac Gillicuddy
c32aed4e46 Move common configuration of all modules into buildSrc 2019-10-02 14:20:54 +01:00
Sean Mac Gillicuddy
449d47ca3f use buildSrcVersions to extract dependencies, correct pre-commit script 2019-09-30 14:38:10 +01:00