Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyankUpadhyay authored May 4, 2020
1 parent 486d58a commit c1ae41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class MainActivity extends AppCompatActivity {
}
```
## Important
If facing porblem in release build, add the following configuration in the app's proguard-rules.pro file.
If facing problem in release build, add the following configuration in the app's proguard-rules.pro file.
```java
-keep public class com.example.ymwebview.** {
*;
Expand Down

0 comments on commit c1ae41e

Please sign in to comment.