Skip to content

Commit d46279c

Browse files
Update licenses, proguard rules and dependencies.
1 parent b49c2c6 commit d46279c

File tree

4 files changed

+96
-5
lines changed

4 files changed

+96
-5
lines changed

app/proguard-rules.pro

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# If you keep the line number information, uncomment this to
2424
# hide the original source file name.
2525
#-renamesourcefileattribute SourceFile
26-
-keep class !android.support.v7.internal.view.menu**,** {*;}
26+
-keep class android.support.v7.view.menu** {*;}
2727
-keep class android.support.v7.graphics.** {*;}
2828

2929
-keep public class * implements com.bumptech.glide.module.GlideModule
@@ -38,6 +38,7 @@
3838
public *;
3939
}
4040

41+
-keep public class android.app.ActivityTransitionCoordinator
4142
-keep class jahirfiquitiva.libs.frames.** { *; }
4243
-keep class jahirfiquitiva.libs.kuper.** { *; }
4344
-keep class jahirfiquitiva.libs.kext.** { *; }

dependencies.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ ext.versions = [
2323
kotlin : '1.2.41',
2424
libs : '2.0',
2525
// App Versions:
26-
versionCode: 140,
27-
versionName: '1.4.0',
26+
versionCode: 141,
27+
versionName: '1.4.1',
2828
// Dependencies
29-
frames : '2.4.5',
29+
frames : '2.4.6',
3030
bottomNav : '2.2.0',
3131
oneSignal : '3.8.3',
3232
kustom : '9cb7d8d'

library/proguard-rules.pro

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# If you keep the line number information, uncomment this to
2424
# hide the original source file name.
2525
#-renamesourcefileattribute SourceFile
26-
-keep class !android.support.v7.internal.view.menu**,** {*;}
26+
-keep class android.support.v7.view.menu** {*;}
2727
-keep class android.support.v7.graphics.** {*;}
2828

2929
-keep public class * implements com.bumptech.glide.module.GlideModule
@@ -38,6 +38,7 @@
3838
public *;
3939
}
4040

41+
-keep public class android.app.ActivityTransitionCoordinator
4142
-keep class jahirfiquitiva.libs.frames.** { *; }
4243
-keep class jahirfiquitiva.libs.kuper.** { *; }
4344
-keep class jahirfiquitiva.libs.kext.** { *; }

library/src/main/res/raw/notices.xml

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<!--
2+
~ Copyright (c) 2018. Jahir Fiquitiva
3+
~
4+
~ Licensed under the CreativeCommons Attribution-ShareAlike
5+
~ 4.0 International License. You may not use this file except in compliance
6+
~ with the License. You may obtain a copy of the License at
7+
~
8+
~ http://creativecommons.org/licenses/by-sa/4.0/legalcode
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
<notices>
17+
<notice>
18+
<name>Kuper</name>
19+
<url>https://github.com/jahirfiquitiva/Kuper</url>
20+
<copyright>Copyright (c) 2018 Jahir Fiquitiva</copyright>
21+
<license>CreativeCommons Attribution-ShareAlike 4.0 International License</license>
22+
</notice>
23+
<notice>
24+
<name>Frames</name>
25+
<url>https://github.com/jahirfiquitiva/Frames</url>
26+
<copyright>Copyright (c) 2018 Jahir Fiquitiva</copyright>
27+
<license>CreativeCommons Attribution-ShareAlike 4.0 International License</license>
28+
</notice>
29+
<notice>
30+
<name>kext</name>
31+
<url>https://github.com/jahirfiquitiva/kext</url>
32+
<copyright>Copyright (c) 2018 Jahir Fiquitiva</copyright>
33+
<license>CreativeCommons Attribution-ShareAlike 4.0 International License</license>
34+
</notice>
35+
<notice>
36+
<name>ChipView</name>
37+
<url>https://github.com/jahirfiquitiva/ChipView</url>
38+
<copyright>Copyright (c) 2018 Jahir Fiquitiva</copyright>
39+
<license>CreativeCommons Attribution-ShareAlike 4.0 International License</license>
40+
</notice>
41+
<notice>
42+
<name>Material Dialogs</name>
43+
<url>https://github.com/afollestad/material-dialogs</url>
44+
<copyright>Copyright (c) 2014-2017 Aidan Michael Follestad</copyright>
45+
<license>MIT License</license>
46+
</notice>
47+
<notice>
48+
<name>Glide</name>
49+
<url>https://github.com/bumptech/glide</url>
50+
<copyright>""</copyright>
51+
<license>Apache Software License 2.0</license>
52+
</notice>
53+
<notice>
54+
<name>Sectioned RecyclerView</name>
55+
<url>https://github.com/jahirfiquitiva/sectioned-recyclerview</url>
56+
<copyright>Copyright (c) 2017 Aidan Michael Follestad</copyright>
57+
<license>Apache Software License 2.0</license>
58+
</notice>
59+
<notice>
60+
<name>RecyclerFastScroll</name>
61+
<url>https://github.com/jahirfiquitiva/recycler-fast-scroll</url>
62+
<copyright>Copyright 2016 Daniel Ciao</copyright>
63+
<license>Apache Software License 2.0</license>
64+
</notice>
65+
<notice>
66+
<name>KPermissions</name>
67+
<url>https://github.com/Fondesa/KPermissions</url>
68+
<copyright>Copyright 2018 Giorgio Antonioli</copyright>
69+
<license>Apache Software License 2.0</license>
70+
</notice>
71+
<notice>
72+
<name>Android InApp Billing v3</name>
73+
<url>https://github.com/anjlab/android-inapp-billing-v3</url>
74+
<copyright>Copyright 2014-2017 AnjLab</copyright>
75+
<license>Apache Software License 2.0</license>
76+
</notice>
77+
<notice>
78+
<name>Muzei API</name>
79+
<url>https://github.com/romannurik/muzei</url>
80+
<copyright>Copyright 2017 Roman Nurik</copyright>
81+
<license>Apache Software License 2.0</license>
82+
</notice>
83+
<notice>
84+
<name>Licenses Dialog</name>
85+
<url>https://github.com/PSDev/LicensesDialog/</url>
86+
<copyright>Copyright 2013-2017 Philip Schiffer</copyright>
87+
<license>Apache Software License 2.0</license>
88+
</notice>
89+
</notices>

0 commit comments

Comments
 (0)