File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.viliussutkus89.pdf2htmlex_sample"
99 minSdkVersion 19
1010 targetSdkVersion 29
11- versionCode 3
12- versionName " 0.17.1 "
11+ versionCode 6
12+ versionName " 0.17.2 "
1313 }
1414 splits {
1515 abi {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import groovy.xml.MarkupBuilder
2121 * along with this program. If not, see <https://www.gnu.org/licenses/>.
2222 */
2323
24- version = ' 0.17.1 '
24+ version = ' 0.17.2 '
2525group = ' com.viliussutkus89'
2626
2727apply plugin : ' com.android.library'
@@ -30,11 +30,12 @@ apply plugin: 'maven-publish'
3030android {
3131 compileSdkVersion 29
3232 buildToolsVersion " 29.0.2"
33+
3334 defaultConfig {
3435 minSdkVersion 16
3536 targetSdkVersion 29
3637
37- versionCode 4
38+ versionCode 5
3839 versionName project. version
3940
4041 archivesBaseName = rootProject. name
You can’t perform that action at this time.
0 commit comments