We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581d94b commit cc156e4Copy full SHA for cc156e4
2 files changed
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "app.pwhs.universalinstaller"
18
minSdk = 24
19
targetSdk = 36
20
- versionCode = 10
21
- versionName = "1.6.3"
+ versionCode = 11
+ versionName = "1.7.0"
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
}
fastlane/metadata/android/en-US/changelogs/11.txt
@@ -0,0 +1,5 @@
1
+- New diagnostics screen with Logcat-style view and full log levels
2
+- Enhanced VirusTotal integration with browser check fallback
3
+- Automated return to app after granting system permissions
4
+- Added support for .apk+ files
5
+- Enhanced device storage scanning for APK files
0 commit comments