Skip to content

Commit

Permalink
Dev commit
Browse files Browse the repository at this point in the history
- Upgraded gradle plugin to 8.9.0.
- Updated all internal dependencies.
  • Loading branch information
BharathVishal committed Jan 2, 2025
1 parent d9773e5 commit 37eece8
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ plugins {

android {
namespace = "com.bharathvishal.wearablerecyclerviewsample"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "com.bharathvishal.sensorlistusingwearablerecyclerview"
vectorDrawables {
useSupportLibrary = true
}
minSdk = 25
targetSdk = 34
versionCode = 103
versionName = "3.7"
targetSdk = 35
versionCode = 105
versionName = "3.8"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019-2024 Bharath Vishal G.
Copyright 2019-2025 Bharath Vishal G.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2019-2024 Bharath Vishal G.
* Copyright 2019-2025 Bharath Vishal G.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2019-2024 Bharath Vishal G.
* Copyright 2019-2025 Bharath Vishal G.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2019-2024 Bharath Vishal G.
* Copyright 2019-2025 Bharath Vishal G.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2019-2024 Bharath Vishal G.
* Copyright 2019-2025 Bharath Vishal G.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2019-2024 Bharath Vishal G.
* Copyright 2019-2025 Bharath Vishal G.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2019-2024 Bharath Vishal G.
* Copyright 2019-2025 Bharath Vishal G.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2019-2024 Bharath Vishal G.
* Copyright 2019-2025 Bharath Vishal G.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2019-2024 Bharath Vishal G.
* Copyright 2019-2025 Bharath Vishal G.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019-2024 Bharath Vishal G.
Copyright 2019-2025 Bharath Vishal G.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_sensor_info.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019-2024 Bharath Vishal G.
Copyright 2019-2025 Bharath Vishal G.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/sensor_card_layout.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2019-2024 Bharath Vishal G.
Copyright 2019-2025 Bharath Vishal G.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[versions]
agp = "8.6.0"
agp = "8.7.3"
appCompatVer="1.7.0"
kotlinxCoroutinesVer="1.7.3"
coilVer="2.6.0"
kotlinVer = "2.0.0"
kotlinVer = "2.0.20"
materialVer = "1.12.0"
constraintlayoutVer="2.1.4"
coreKtxVer = "1.13.1"
constraintlayoutVer="2.2.0"
coreKtxVer = "1.15.0"
glideVer="4.16.0"
cardViewVer="1.0.0"
compose3MaterialVer="1.3.0"
lifecycleRuntimeKtxVer="2.8.5"
activityComposeVer="1.9.2"
composeUItestVer="1.7.1"
uitoolingVer="1.7.1"
uitoolingpreviewVer="1.7.1"
compose3MaterialVer="1.3.1"
lifecycleRuntimeKtxVer="2.8.7"
activityComposeVer="1.9.3"
composeUItestVer="1.7.6"
uitoolingVer="1.7.6"
uitoolingpreviewVer="1.7.6"
splashScreenVer="1.0.1"
junitVersion = "4.13.2"
materialiconsVer="1.7.1"
materialiconsVer="1.7.6"
espressoCoreVer = "3.6.1"
accompanistVer = "0.28.0"
legacySupportVer="1.0.0"
biometricSupportVer="1.1.0"
playServicesWearableVersion="18.2.0"
playServicesWearableVersion="19.0.0"
androidxRecyclerViewVersion="1.3.2"
androidWearableVersion="2.9.0"
androidxWearVer="1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip

0 comments on commit 37eece8

Please sign in to comment.