forked from firka/student-legacy
idk
This commit is contained in:
parent
80008d8f00
commit
7e711d64e8
@ -120,7 +120,8 @@ android {
|
|||||||
|
|
||||||
release {
|
release {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
shrinkResources false
|
shrinkResources true
|
||||||
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
4
refilc/android/app/proguard-rules.pro
vendored
4
refilc/android/app/proguard-rules.pro
vendored
@ -11,4 +11,6 @@
|
|||||||
-dontwarn com.stripe.android.pushProvisioning.PushProvisioningEphemeralKeyProvider
|
-dontwarn com.stripe.android.pushProvisioning.PushProvisioningEphemeralKeyProvider
|
||||||
|
|
||||||
-dontwarn org.joda.convert.FromString
|
-dontwarn org.joda.convert.FromString
|
||||||
-dontwarn org.joda.convert.ToString
|
-dontwarn org.joda.convert.ToString
|
||||||
|
|
||||||
|
#-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
@ -1101,27 +1101,6 @@ class SettingsScreenState extends State<SettingsScreen>
|
|||||||
title: Text("other".i18n),
|
title: Text("other".i18n),
|
||||||
cardPadding: const EdgeInsets.all(4.0),
|
cardPadding: const EdgeInsets.all(4.0),
|
||||||
children: [
|
children: [
|
||||||
PanelButton(
|
|
||||||
leading: Icon(
|
|
||||||
Icons.qr_code,
|
|
||||||
size: 22.0,
|
|
||||||
color: AppColors
|
|
||||||
.of(context)
|
|
||||||
.text
|
|
||||||
.withOpacity(0.95),
|
|
||||||
),
|
|
||||||
title: Text("qr_scanner".i18n),
|
|
||||||
onPressed: () =>
|
|
||||||
Navigator.of(context).push(
|
|
||||||
MaterialPageRoute(
|
|
||||||
builder: (context) => const CodeScannerScreen(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
borderRadius: const BorderRadius.vertical(
|
|
||||||
top: Radius.circular(12.0),
|
|
||||||
bottom: Radius.circular(4.0),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
PanelButton(
|
PanelButton(
|
||||||
leading: Icon(
|
leading: Icon(
|
||||||
FeatherIcons.mail,
|
FeatherIcons.mail,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user