File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments