We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c815b commit 88ec42fCopy full SHA for 88ec42f
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.6.3
2
+- Reduce APK size by removing native Bugsnag modules.
3
+
4
# 0.6.2
5
- Add ability to import .apks files.
6
- Update translations.
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "dev.zwander.installwithoptions"
16
minSdk = 24
17
targetSdk = 34
18
- versionCode = 14
19
- versionName = "0.6.2"
+ versionCode = 15
+ versionName = "0.6.3"
20
21
vectorDrawables {
22
useSupportLibrary = true
0 commit comments