Skip to content

Commit 4d97b50

Browse files
committed
ci: slight SDK / version tweak
1 parent bb39a85 commit 4d97b50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")) {

0 commit comments

Comments
 (0)