Skip to content

Commit 96ee4d0

Browse files
committed
Downgrade targetSdk to 28
Due to recent change on android API, exec commands won't work in sdk 29. this will affect tor module https://www.reddit.com/r/androiddev/comments/b2inbu/psa_android_q_blocks_executing_binaries_in_your/
1 parent 765159c commit 96ee4d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
applicationId "com.invertedx.sentinelx"
4141
multiDexEnabled true
4242
minSdkVersion 21
43-
targetSdkVersion 29
43+
targetSdkVersion 28
4444
versionCode flutterVersionCode.toInteger()
4545
versionName flutterVersionName
4646
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

android/torservice/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
}
1717
defaultConfig {
1818
minSdkVersion 21
19-
targetSdkVersion 29
19+
targetSdkVersion 28
2020
versionCode 1
2121
versionName "1.0"
2222

0 commit comments

Comments
 (0)