summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-10-08 10:33:01 +0200
committerRaindropsSys <raindrops@equestria.dev>2023-10-08 10:33:01 +0200
commit1d46ebb6e39cfaacc2bfc90e1e6d75044ee55cd2 (patch)
tree8923205f9c439fdf31e017797b68fa0763ef9595
parentb4af51d85b9def2172dc4058100e2efcc860392e (diff)
downloadponywatch-1d46ebb6e39cfaacc2bfc90e1e6d75044ee55cd2.tar.gz
ponywatch-1d46ebb6e39cfaacc2bfc90e1e6d75044ee55cd2.tar.bz2
ponywatch-1d46ebb6e39cfaacc2bfc90e1e6d75044ee55cd2.zip
Updated 2 files (automated)
-rw-r--r--app/build.gradle12
-rw-r--r--build.gradle4
2 files changed, 8 insertions, 8 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c703460..f676649 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,8 +11,8 @@ android {
applicationId "dev.equestria.ponywatch"
minSdk 30
targetSdk 33
- versionCode 7
- versionName "3.2"
+ versionCode 8
+ versionName "4.0"
}
@@ -37,13 +37,13 @@ android {
dependencies {
implementation("com.android.volley:volley:1.2.1")
- implementation 'androidx.core:core-ktx:1.7.0'
- implementation 'com.google.android.gms:play-services-wearable:17.1.0'
+ implementation 'androidx.core:core-ktx:1.12.0'
+ implementation 'com.google.android.gms:play-services-wearable:18.1.0'
implementation 'androidx.percentlayout:percentlayout:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'androidx.recyclerview:recyclerview:1.2.1'
+ implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'com.google.android.support:wearable:2.9.0'
- implementation 'com.google.android.gms:play-services-base:18.0.1'
+ implementation 'com.google.android.gms:play-services-base:18.2.0'
implementation 'androidx.palette:palette-ktx:1.0.0'
compileOnly 'com.google.android.wearable:wearable:2.9.0'
implementation("com.squareup.picasso:picasso:2.8")
diff --git a/build.gradle b/build.gradle
index 4314313..9de7d04 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
- id 'com.android.application' version '8.0.2' apply false
- id 'com.android.library' version '8.0.2' apply false
+ id 'com.android.application' version '8.1.2' apply false
+ id 'com.android.library' version '8.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
} \ No newline at end of file