Skip to content

Commit

Permalink
update app version to 2.4.0, update some dependencies, minor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
imbissbudenaesthetik committed Jan 16, 2025
1 parent 2aee1cf commit 2ba7810
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "de.seemoo.at_tracking_detection"
minSdkVersion 28
targetSdk = 35
versionCode 48
versionName "2.3.3"
versionCode 50
versionName "2.4.0"

buildConfigField "String", "API_KEY", apiProperties["API_KEY"]
buildConfigField "String", "API_BASE_ADDRESS", apiProperties["API_BASE_ADDRESS"]
Expand Down Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation "androidx.profileinstaller:profileinstaller:1.4.1"

implementation 'com.squareup.retrofit2:retrofit:2.11.0'
Expand Down Expand Up @@ -152,7 +152,7 @@ dependencies {

//Compose
// Integration with activities
implementation 'androidx.activity:activity-compose:1.9.3'
implementation 'androidx.activity:activity-compose:1.10.0'
// Compose Material3 Design
implementation 'androidx.compose.material3:material3:1.3.1'
implementation 'androidx.compose.material3:material3-window-size-class:1.3.1'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/fragment_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<SwitchPreferenceCompat
android:icon="@drawable/ic_scan_icon"
android:key="deactivate_background_scanning"
android:summary="@string/settings_advanced_mode_summary"
android:summary="@string/settings_deactivate_scanning_summary"
app:title="@string/settings_deactivate_scanning_title" />

<SwitchPreferenceCompat
Expand Down

0 comments on commit 2ba7810

Please sign in to comment.