diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-20 18:10:38 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-20 18:10:38 +0100 |
commit | 496eff5e9bf0380253594ddf37a5743f6d250562 (patch) | |
tree | e7c6810b52cf4dfd6e5aa86bd3fe43e1e3715288 /app/build.gradle | |
parent | 1eb274dcaaf1ee5f79505da935afcd89856e21fd (diff) |
Intents now working for top mangas
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4dd9f20..fb76368 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,6 +34,7 @@ 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' |