Open links in system browser

This commit is contained in:
theipw
2026-06-10 13:40:07 +01:00
parent 62ba37c5bb
commit e44f85a797
3 changed files with 103 additions and 22 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ android {
defaultConfig {
applicationId = "com.example.privatefacebook"
minSdk = 24
targetSdk = 36
versionCode = 1
versionName = "1.0"
targetSdk = 35
versionCode = 6
versionName = "1.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}