equal
deleted
inserted
replaced
|
1 # AboutOss is an utility library to retrieve and display |
|
2 # opensource licenses in Android applications. |
|
3 # |
|
4 # Copyright (C) 2023 by Frederic-Charles Barthelery. |
|
5 # |
|
6 # This file is part of AboutOss. |
|
7 # |
|
8 # AboutOss is free software: you can redistribute it and/or modify |
|
9 # it under the terms of the GNU General Public License as published by |
|
10 # the Free Software Foundation, either version 3 of the License, or |
|
11 # (at your option) any later version. |
|
12 # |
|
13 # AboutOss is distributed in the hope that it will be useful, |
|
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
16 # GNU General Public License for more details. |
|
17 # |
|
18 # You should have received a copy of the GNU General Public License |
|
19 # along with AboutOss. If not, see <http://www.gnu.org/licenses/>. |
|
20 |
1 [versions] |
21 [versions] |
2 com-android-application = "8.0.0" |
22 com-android-application = "8.0.0" |
3 com-android-library = "8.0.0" |
23 com-android-library = "8.0.0" |
4 org-jetbrains-kotlin-android = "1.8.20" |
24 org-jetbrains-kotlin-android = "1.8.20" |
5 junit = "4.13.2" |
25 junit = "4.13.2" |