Skip to content

Commit f4699a4

Browse files
Version fixes
1 parent 3260f1e commit f4699a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
compileSdkVersion 34
1111

1212
defaultConfig {
13-
minSdkVersion 21
13+
minSdkVersion 24
1414
targetSdkVersion 33
1515
versionCode 1
1616
versionName "1.0"
@@ -39,7 +39,7 @@ afterEvaluate {
3939
from components.release
4040
groupId = 'com.github.metricalp'
4141
artifactId = 'android'
42-
version = '1.0'
42+
version = '1.1'
4343
}
4444
}
4545
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.metricalp.android">
33
<uses-permission android:name="android.permission.INTERNET"/>
44
</manifest>

0 commit comments

Comments
 (0)