Compare commits

...

4 commits

Author SHA1 Message Date
Jonas Lochmann
5f69014850
Release 7.2.3 2025-05-05 02:00:00 +02:00
Jonas Lochmann
d02631d5c1
Update dependencies 2025-05-05 02:00:00 +02:00
Jonas Lochmann
801bf760dc
update buildtools 2025-05-05 02:00:00 +02:00
Jonas Lochmann
daff66b26b
remove generated file 2025-05-05 02:00:00 +02:00
5 changed files with 8 additions and 10 deletions

View file

@ -31,8 +31,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 35 targetSdkVersion 35
versionCode 221 versionCode 222
versionName "7.2.2" versionName "7.2.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {
@ -178,11 +178,11 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.1.0' implementation 'androidx.gridlayout:gridlayout:1.1.0'
implementation "com.google.android.material:material:1.12.0" implementation "com.google.android.material:material:1.12.0"
implementation 'androidx.compose.material:material:1.8.0' implementation 'androidx.compose.material:material:1.8.1'
implementation 'androidx.activity:activity-compose:1.10.1' implementation 'androidx.activity:activity-compose:1.10.1'
implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" implementation "com.google.accompanist:accompanist-flowlayout:0.30.0"
implementation 'androidx.compose.material:material-icons-extended:1.7.8' implementation 'androidx.compose.material:material-icons-extended:1.7.8'
debugImplementation "androidx.compose.ui:ui-tooling:1.8.0" debugImplementation "androidx.compose.ui:ui-tooling:1.8.1"
implementation 'androidx.fragment:fragment-ktx:1.8.6' implementation 'androidx.fragment:fragment-ktx:1.8.6'
implementation 'androidx.fragment:fragment-compose:1.8.6' implementation 'androidx.fragment:fragment-compose:1.8.6'

View file

@ -1,3 +1,2 @@
- Anpassungen für Android 15 - Probleme bei der Signaturprüfung bei der Verwendung von Hardwaretoken behoben
- falsch angezeigte Nutzungsdauer bei Regeln die je Tag gelten an Tagen, an denen diese nicht gelten, behoben
- enthaltene Komponenten aktualisiert - enthaltene Komponenten aktualisiert

View file

@ -1,3 +1,2 @@
- adjustments for Android 15 - fix issues during hardware token signature verification
- fix incorrect used time at rules that apply per day at days where they do not apply
- update contained software - update contained software

View file

@ -15,8 +15,8 @@
*/ */
plugins { plugins {
id 'com.android.application' version '8.9.2' apply false id 'com.android.application' version '8.10.0' apply false
id 'com.android.library' version '8.9.2' apply false id 'com.android.library' version '8.10.0' apply false
id 'org.jetbrains.kotlin.android' version "2.0.21" apply false id 'org.jetbrains.kotlin.android' version "2.0.21" apply false
id 'com.google.devtools.ksp' version '1.9.21-1.0.16' apply false id 'com.google.devtools.ksp' version '1.9.21-1.0.16' apply false
id 'androidx.navigation.safeargs' version '2.6.0' apply false id 'androidx.navigation.safeargs' version '2.6.0' apply false