Skip to content

Commit be9651c

Browse files
committed
4_1.3
Add English
1 parent 0ee4ba7 commit be9651c

File tree

6 files changed

+17
-20411
lines changed

6 files changed

+17
-20411
lines changed

app/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ android {
1111
applicationId "com.cy.shareText"
1212
minSdkVersion 21
1313
targetSdkVersion 29
14-
versionCode 3
15-
versionName "1.2"
14+
versionCode 4
15+
versionName "1.3"
1616
}
1717

1818
buildTypes {
1919
release {
20-
minifyEnabled false
20+
minifyEnabled true
21+
shrinkResources true
2122
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2223
}
2324
}
@@ -33,10 +34,10 @@ dependencies {
3334
implementation 'androidx.appcompat:appcompat:1.1.0'
3435
implementation 'androidx.core:core-ktx:1.2.0'
3536
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
37+
implementation 'androidx.recyclerview:recyclerview:1.1.0'
3638

3739
implementation 'com.yanzhenjie.andserver:api:2.1.1'
3840
kapt 'com.yanzhenjie.andserver:processor:2.1.1'
39-
implementation 'androidx.recyclerview:recyclerview:1.1.0'
4041
implementation 'org.greenrobot:eventbus:3.2.0'
4142
implementation 'com.blankj:utilcodex:1.28.0'
4243
implementation 'com.google.code.gson:gson:2.8.6'

0 commit comments

Comments
 (0)