0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
lukstbit
11f7d5a7c5 Change source/kotlin compatibility in common module to Java 11 2024-06-20 13:23:24 +00:00
lukstbit
8a75195321 Add proguard rules for common module
The rules added are the ones used by the :AnkiDroid module.
2024-06-20 13:23:24 +00:00
David Allison
3d33211823 chore: darkenColor util 2024-06-20 12:01:24 +00:00
David Allison
f6653ea0ac chore: Float.clamp util 2024-06-20 12:01:24 +00:00
abdelrahmanesam
dcb10769b1 extract magic numbers to version catalog 2024-06-16 08:21:52 +00:00
David Allison
a8b22f6dd3 build: extract 'TestUtils' to 'common' module
A number of circular dependencies on 'compat' meant
that all functionality could not be extracted from 'AdaptionUtil'

* We need to extract 'isRobolectric'
* isRunningAsUnitTest is an easy extraction
  * added in 7ada532c5c
2024-06-07 20:23:17 +00:00
David Allison
eed9ca8b4d build: create 'common' module
* Defined as 'Android Library'
* Replaced junit reference with vintage engine
 * to match project
* Removed example unit tests
2024-06-07 20:23:17 +00:00