diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 14:25:15 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 14:25:15 +0100 |
commit | 9ee5918fa86da6c160145498b1a95f4f4a083fdc (patch) | |
tree | c1da6fd60dca1032ca7383cf06130be35ac0521f /app/build.gradle | |
parent | 8e2f9e71a8b5ca3c978007da5c6db59491349d84 (diff) |
Sharedpreference now working for the DetailTopMangaActivity.kt
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 1e612ce..d1d101c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,6 @@ android { dependencies { - //noinspection GradleDependency implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.appcompat:appcompat:1.2.0' |