Skip to content

Commit

Permalink
Changed version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan-001 committed Jul 5, 2020
1 parent b1e6241 commit c0c9d5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified app-release.aab
Binary file not shown.
Binary file renamed Bookmarked.apk → app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 25
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ class ViewHolder extends RecyclerView.ViewHolder {
private String getWebsite(String url){
int i, flag=0;
String site="";
if(url.contains("medium"))
return "Medium";
if(url.contains("medium"))
return "Medium";
if(url.contains("youtu"))
return "Youtube";
if(url.contains("stack"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ class ViewHolder extends RecyclerView.ViewHolder {
private String getWebsite(String url){
int i, flag=0;
String site="";
if(url.contains("medium"))
return "Medium";
if(url.contains("medium"))
return "Medium";
if(url.contains("youtu"))
return "Youtube";
if(url.contains("stack"))
Expand Down

0 comments on commit c0c9d5d

Please sign in to comment.