update constraintlayout
continuous-integration/drone/push Build is passing Details

* constraintlayout 2.0.0.rc1 -> 2.0.0
This commit is contained in:
Jannik 2020-08-22 20:35:44 +02:00
parent be30e2f968
commit a42a92a3c5
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 9 additions and 2 deletions

View File

@ -51,7 +51,7 @@ dependencies {
implementation 'androidx.core:core:1.3.1' implementation 'androidx.core:core:1.3.1'
implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.security:security-crypto:1.1.0-alpha02' implementation 'androidx.security:security-crypto:1.1.0-alpha02'
implementation 'com.google.android.material:material:1.2.0' implementation 'com.google.android.material:material:1.2.0'

View File

@ -20,4 +20,11 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-keep class org.mosad.seil0.projectlaogai.util.** { <fields>; } -keep class org.mosad.seil0.projectlaogai.util.** { <fields>; }
#Gson
-keepattributes Signature
-dontwarn sun.misc.**
#misc
-dontwarn java.lang.instrument.ClassFileTransformer