File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 minSdk rootProject. tools. minSdk
1313 targetSdk rootProject. tools. targetSdk
1414
15- versionCode 1
15+ versionCode rootProject . tools . versionCode
1616 versionName " ${ rootProject.tools.versionName} "
1717 }
1818
@@ -40,15 +40,15 @@ android {
4040
4141dependencies {
4242 implementation ' androidx.appcompat:appcompat:1.6.1'
43- api ' com.github.lion1988dev:PdfiumAndroid:1.9.2 '
43+ api ' com.github.lion1988dev:PdfiumAndroid:1.9.3 '
4444}
4545
4646publishing {
4747 publications {
4848 release(MavenPublication ) {
4949 groupId = ' com.github.lion1988dev'
5050 artifactId = ' com.github.barteksc.pdfviewer'
51- version = " 3.2.2 "
51+ version = " 3.2.3 "
5252
5353 afterEvaluate {
5454 from components. release
Original file line number Diff line number Diff line change 88 minSdk : 21 ,
99 targetSdk : 34 ,
1010 compileSdk : 34 ,
11- versionName : ' 3.2.2'
11+ versionCode : 2 ,
12+ versionName : ' 3.2.3'
1213 ]
1314}
You can’t perform that action at this time.
0 commit comments