Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHalvdansson committed Apr 21, 2024
1 parent 506e32c commit 2e95320
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.simon.harmonichackernews"
minSdkVersion 23
targetSdkVersion 34
versionCode 59
versionName "2.0.2"
versionCode 60
versionName "2.0.3"
compileSdk 34
buildToolsVersion = "34.0.0"

Expand Down Expand Up @@ -44,18 +44,18 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation "androidx.browser:browser:1.7.0"
implementation "androidx.browser:browser:1.8.0"
implementation "androidx.cardview:cardview:1.0.0"
implementation "androidx.fragment:fragment:1.6.2"
implementation 'androidx.preference:preference:1.2.1'
implementation "androidx.security:security-crypto:1.1.0-alpha06"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'androidx.webkit:webkit:1.10.0'
implementation "androidx.activity:activity:1.8.2"
implementation "androidx.activity:activity:1.9.0"
implementation "androidx.window:window:1.2.0"
implementation "androidx.window:window-java:1.2.0"
implementation 'androidx.startup:startup-runtime:1.1.1'
implementation 'androidx.core:core:1.12.0'
implementation 'androidx.core:core:1.13.0'

implementation 'com.google.android.material:material:1.11.0'

Expand All @@ -65,6 +65,6 @@ dependencies {
implementation 'com.facebook.shimmer:shimmer:0.5.0'
implementation 'com.squareup.picasso:picasso:2.8'
implementation 'org.jsoup:jsoup:1.16.2'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20'

}

0 comments on commit 2e95320

Please sign in to comment.