Skip to content

Commit

Permalink
update url version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Bagnolati committed Jul 12, 2024
1 parent adbea64 commit e6a8743
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ android {
applicationIdSuffix = ProjectBuildType.RELEASE.applicationIdSuffix
isMinifyEnabled = true
isShrinkResources = true
isDebuggable = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
// SignIn is done on GitHub workflow to hide keys.
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package com.bagnolati.learnoflegends.core.network
* See [documentation](https://developer.riotgames.com/docs/lol)
*/
object DdragonUrl {
private const val VERSION = "13.21.1"
private const val VERSION = "14.13.1"

// private const val BASE_URL = BuildConfig.DDRAGON_BASE_URL
private const val BASE_URL = "https://ddragon.leagueoflegends.com/"
Expand Down

0 comments on commit e6a8743

Please sign in to comment.