Skip to content

Commit

Permalink
Upgrade AGP and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalcodes committed Jan 14, 2024
1 parent 4cfe87e commit a80ff2b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {
}

android {
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.quranapp.android"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
// I don't know why I've used such a weird versioning scheme in the beginning,
// but I can't change it now as the app is already in the Play Store
versionCode 23_09_17_001
Expand Down
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
coreKtx = "1.10.1"
gradle = "8.0.1"
coreKtx = "1.12.0"
gradle = "8.2.1"
kotlinGradlePlugin = "1.8.0"
lifecycle = "2.6.1"
desugaring = "1.1.5"
annotation = "1.6.0"
lifecycle = "2.7.0"
desugaring = "2.0.4"
annotation = "1.7.1"
legacySupport = "1.0.0"
appcompat = "1.6.1"
material = "1.9.0"
material = "1.11.0"
constraintlayout = "2.1.4"
apacheCommons = "3.12.0"
guava = "31.0.1-jre"
webkit = "1.6.1"
media = "1.6.0"
viewbinding = "8.0.1"
browser = "1.5.0"
exoplayer = "2.18.7"
webkit = "1.9.0"
media = "1.7.0"
viewbinding = "8.2.1"
browser = "1.7.0"
exoplayer = "2.19.1"
swipeRefreshLayout = "1.7.2.4"
retrofit = "2.9.0"
kotlinxSerialization = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Feb 05 09:53:30 IST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit a80ff2b

Please sign in to comment.