Skip to content

Commit 6f8f7fa

Browse files
Merge pull request #71 from MubarakNative/release-v1.1.8
Prepare release v1.1.8
2 parents 08490dd + 35cd6d4 commit 6f8f7fa

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ android {
1414
defaultConfig {
1515
applicationId = "com.mubarak.mbcompass"
1616
minSdk = 21
17-
targetSdk = 35
18-
versionCode = 8
19-
versionName = "1.1.7"
17+
targetSdk = 36
18+
versionCode = 9
19+
versionName = "1.1.8"
2020

2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
vectorDrawables {

app/release/app-release.apk

2.88 KB
Binary file not shown.
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 7,
15-
"versionName": "1.1.6",
14+
"versionCode": 8,
15+
"versionName": "1.1.7",
1616
"outputFile": "app-release.apk"
1717
}
1818
],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Targeting latest android version 16

0 commit comments

Comments
 (0)