File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" com.miloshpetrov.sol2.android"
4- android : versionCode =" 10 "
5- android : versionName =" 2.0 .0" >
4+ android : versionCode =" 11 "
5+ android : versionName =" 2.1 .0" >
66
77 <application
88 android : allowBackup =" true"
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ ext {
100100 keyAliasToUse = " notset"
101101 keyPassToUse = " notset"
102102
103- compileSdk = 28
103+ compileSdk = 30
104104 minSdk = 24
105- targetSdk = 28
105+ targetSdk = 30
106106
107107 // Load values from properties passed to the project, such as via gradle.properties in the user's home .gradle dir
108108 if (project. hasProperty(" signingKeystore" )) {
You can’t perform that action at this time.
0 commit comments