mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Compare commits
4 commits
a36ffa861a
...
5f69014850
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5f69014850 | ||
![]() |
d02631d5c1 | ||
![]() |
801bf760dc | ||
![]() |
daff66b26b |
5 changed files with 8 additions and 10 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue