Skip to content

Commit a756fc1

Browse files
committed
[DEV][ali.yuce][proguard update.]
1 parent e81dac1 commit a756fc1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.idea/gradle.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentscanner/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
defaultConfig {
1919
minSdkVersion 19
2020
targetSdkVersion 29
21-
versionCode 4
22-
versionName "1.5"
21+
versionCode 5
22+
versionName "1.5.1"
2323

2424
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2525

documentscanner/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22+
23+
-keep class com.labters.documentscanner.helpers.ScannerConstants { *; }

0 commit comments

Comments
 (0)