2 * Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>.
4 * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
6 * Privacy Cell is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
11 * Privacy Cell is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>.
21 id 'com.android.application'
29 applicationId "com.stoutner.privacycell"
34 resConfigs "en", "de", "es", "fr", "it", "ru"
46 proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
50 namespace 'com.stoutner.privacycell'
54 // Include the following AndroidX libraries.
55 implementation 'androidx.appcompat:appcompat:1.5.1'
56 implementation 'androidx.core:core-ktx:1.9.0'
57 implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
58 implementation 'androidx.preference:preference-ktx:1.2.0'
59 implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
60 implementation 'androidx.webkit:webkit:1.5.0'
61 implementation 'androidx.work:work-runtime-ktx:2.7.1'
63 // Include the Kotlin standard library. This should be the same version number listed in the project build.gradle.
64 implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20'
66 // Include the Google material library.
67 implementation 'com.google.android.material:material:1.7.0'