0
0
mirror of https://github.com/mueller-ma/PrepaidBalance.git synced 2024-09-20 00:12:15 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Jules Kerssemakers
3021e051f5
speed up annotation processing: migrate Room kapt->ksp (#273)
* Bump kotlin idea-plugin to match updated kotlin.
* Migrate Room annotation processing to faster Kotlin-Symbol-Processing

per IDE suggestion, see also: https://developer.android.com/build/migrate-to-ksp
2024-02-07 16:48:53 +00:00
mueller-ma
6135ec5758
Prepare for Android 14 (#251) 2023-11-05 12:18:40 +01:00
mueller-ma
afc6a95677 Enable automatic per-app language support
https://developer.android.com/guide/topics/resources/app-languages#auto-localeconfig
2023-08-09 09:11:19 +02:00
mueller-ma
2699a37d89
Update Gradle to 8.0 and AS to Flamingo (#219) 2023-04-25 12:12:34 +02:00
mueller-ma
f640a5f9eb Bump targetSdk to 33 2022-09-23 12:49:28 +02:00
dependabot[bot]
1461326701
Bump gradle from 7.1.3 to 7.2.0 (#83)
Bumps gradle from 7.1.3 to 7.2.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: mueller-ma <mueller-ma@users.noreply.github.com>
2022-05-11 21:03:49 +02:00
mueller-ma
8fb207b897 Show last USSD response in settings 2021-12-01 14:52:37 +01:00
dependabot[bot]
d54899226d
Bump gradle from 4.2.2 to 7.0.0 (#28)
* Bump gradle from 4.2.2 to 7.0.0

Bumps gradle from 4.2.2 to 7.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>

* Update Android Studio and update to Java 11

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mueller-ma <mueller-ma@users.noreply.github.com>
2021-07-29 18:39:51 +02:00
mueller-ma
7a095cafd6 Inital commit 2021-05-16 18:26:18 +02:00