Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
Target SDK version, and helper libraries
  • Loading branch information
yellowbluesky committed Jan 27, 2025
1 parent 2a41b45 commit e3ba2bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
}

android {
compileSdkVersion 34
compileSdkVersion 35
defaultConfig {
applicationId "com.antony.muzei.pixiv"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode getProperty('app.version.code') as int
versionName getProperty('app.version.name')

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ kotlin.coroutines=1.3.7
androidx.annotation=1.7.1
androidx.appcompat=1.7.0
androidx.coordinatorlayout=1.2.0
androidx.constraintlayout=2.1.4
androidx.constraintlayout=2.2.0
androidx.localbroadcastmanager=1.1.0
androidx.material=1.12.0
androidx.preference=1.2.1
androidx.recyclerview=1.3.2
androidx.work=2.9.0
androidx.recyclerview=1.4.0
androidx.work=2.10.0
androidx.workktx=2.7.1
squareup.moshi=1.15.0
squareup.okhttp=5.0.0-alpha.12
squareup.retrofit=2.9.0
lib.glide=4.11.0
lib.muzei=3.4.0
lib.muzei=3.4.2
lib.room=2.6.1

pixiv.client.id=MOBrBDS8blbauoSck0ZfDbtuzpyT
Expand Down

0 comments on commit e3ba2bd

Please sign in to comment.