aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-03-02 10:46:48 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-03-02 10:46:48 +0100
commit848c8bf1ba4f0f3ecf2eeae0b9be2d6a664db2b4 (patch)
tree7bb4ae9a74d637364a19955bc44bff8811cdbe2e /app/build.gradle
parentf9f079eea806454d49d6088089511d72e1c28f86 (diff)
downloadAniki-848c8bf1ba4f0f3ecf2eeae0b9be2d6a664db2b4.tar.gz
Aniki-848c8bf1ba4f0f3ecf2eeae0b9be2d6a664db2b4.tar.bz2
Aniki-848c8bf1ba4f0f3ecf2eeae0b9be2d6a664db2b4.zip
Creating the APIs and the responses.
Diffstat (limited to '')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6a990f2..0251555 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'
title='2021-05-19 10:56:40 +0200'>2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21 2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193 Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt 2021-05-19Update README.mdClyhtsuriva1-1/+5 2021-05-14Update README.mdClyhtsuriva1-1/+3 2021-05-14Update README.mdClyhtsuriva1-0/+23 2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13 2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81 2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49 2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43