diff --git a/app/build.gradle b/app/build.gradle index de75b51..ce22b77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.akdev.nofbeventscraper" minSdkVersion 26 targetSdkVersion 29 - versionCode 1 - versionName "0.1.0" + versionCode 2 + versionName "0.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -29,8 +29,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.navigation:navigation-fragment:2.2.1' - implementation 'androidx.navigation:navigation-ui:2.2.1' + implementation 'androidx.navigation:navigation-fragment:2.3.0' + implementation 'androidx.navigation:navigation-ui:2.3.0' // jsoup HTML parser library @ https://jsoup.org/ implementation 'org.jsoup:jsoup:1.11.1' diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt index 3fd513b..f6219f5 100644 --- a/fastlane/metadata/android/en-US/changelogs/2.txt +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -1 +1,3 @@ -Added help and reports section. \ No newline at end of file +Added help and reports section. +Fix for some locations not scraped correctly. +Resolve fb-internal links. \ No newline at end of file