From fc2156374611421c242ff7d65315f52fe57ceecf Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 31 May 2021 15:15:39 +0200 Subject: Adding the base of bottom navigation. Also changing the the prev and next button for top manga --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 8a48d02..4d56e32 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,6 +30,9 @@ android { kotlinOptions { jvmTarget = '1.8' } + buildFeatures { + viewBinding true + } } dependencies { -- cgit v1.2.3