From 107a475b9f726db4decc406a722eb72b8f2c4377 Mon Sep 17 00:00:00 2001 From: h4h13 Date: Tue, 21 Apr 2020 17:48:09 +0530 Subject: [PATCH] Added crowdin --- .gitignore | 1 + app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15679ab9..37f05b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ app/normal/release/ app/font/ app/src/debug/ /app/nofont/ +/crowdin.properties diff --git a/app/build.gradle b/app/build.gradle index 4d558ba8..fdded057 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,7 +140,7 @@ dependencies { implementation 'androidx.fragment:fragment:1.2.4' implementation 'androidx.recyclerview:recyclerview:1.1.0' - implementation 'com.google.android.material:material:1.2.0-alpha05' + implementation 'com.google.android.material:material:1.2.0-alpha06' def retrofit_version = "2.6.2" implementation "com.squareup.retrofit2:retrofit:$retrofit_version"