Skip to content

Commit

Permalink
Set cleartext to false in Android release
Browse files Browse the repository at this point in the history
  • Loading branch information
se1exin committed Feb 16, 2019
1 parent 87b0034 commit feccc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ android {
manifestPlaceholders = [usesCleartextTraffic:"true"]
}
release {
manifestPlaceholders = [usesCleartextTraffic:"false"]
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
Expand Down

0 comments on commit feccc8a

Please sign in to comment.