Skip to content

Commit c0ca267

Browse files
committed
New version released v1.1.3
1 parent fd7de9c commit c0ca267

File tree

10 files changed

+51
-7
lines changed

10 files changed

+51
-7
lines changed

.idea/deploymentTargetSelector.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.mubarak.mbcompass"
1212
minSdk = 21
1313
targetSdk = 35
14-
versionCode = 3
15-
versionName = "1.1.2"
14+
versionCode = 4
15+
versionName = "1.1.3"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {

app/release/app-release.apk

-1.32 MB
Binary file not shown.
94 Bytes
Binary file not shown.
110 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": 2,
15-
"versionName": "1.1.1",
14+
"versionCode": 3,
15+
"versionName": "1.1.2",
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+
- Added Themed app icon support for MBCompass.

0 commit comments

Comments
 (0)