Skip to content

Commit

Permalink
增加打赏名单
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Mar 5, 2020
1 parent 0c66f76 commit 742e1f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ C*y | 1¥ | 微信
*鸥 | 10.24¥ | 微信
*云 | 20.21¥ | 支付宝
*钰晗 | 66¥ | 支付宝
*杰柱 | 10¥ | 支付宝


## 联系方式
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ android {
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
if (isNeedPackage.toBoolean()) {
signingConfig signingConfigs.release
Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
# Retrofit
-dontwarn retrofit2.**
-keep class retrofit2.** { *; }
-keepattributes Exceptions#XHt
-keepattributes Exceptions

# RxJava RxAndroid
-dontwarn sun.misc.**
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="LockedOrientationActivity"
tools:replace="android:allowBackup">

<activity
Expand Down Expand Up @@ -64,7 +65,7 @@
android:configChanges="screenSize|keyboardHidden|orientation|keyboard"
android:launchMode="singleInstance"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan|stateHidden"/>
android:windowSoftInputMode="adjustPan|stateHidden" />

<activity android:name=".activity.UserGuideActivity" />

Expand Down

0 comments on commit 742e1f6

Please sign in to comment.