Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankmetha committed Mar 19, 2023
1 parent 66e7556 commit 4ab06b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.mayank.socialfinder"
minSdk 28
targetSdk 33
versionCode 1
versionName "1.1"
versionCode 2
versionName "1.2"
}

buildTypes {
Expand All @@ -32,6 +32,6 @@ dependencies {
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.preference:preference:1.2.0'
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.google.android.material:material:1.9.0-alpha02'
implementation 'com.google.android.material:material:1.9.0-beta01'
implementation 'org.jsoup:jsoup:1.15.4'
}
3 changes: 3 additions & 0 deletions docs/Changelog_1.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Added json parser
• Bug fix for html parser
• bug fix

0 comments on commit 4ab06b1

Please sign in to comment.