Skip to content

Commit

Permalink
fix nullpointerexception
Browse files Browse the repository at this point in the history
  • Loading branch information
nicked committed Mar 2, 2024
1 parent 6c351df commit e58c7bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.core:core-ktx:$kotlin_version"
implementation "androidx.core:core-ktx:1.12.0"

api 'com.squareup.retrofit2:retrofit:2.9.0'
api 'com.squareup.retrofit2:converter-gson:2.9.0'
Expand Down Expand Up @@ -161,7 +161,7 @@ dependencies {
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
implementation 'androidx.room:room-runtime:2.6.1'
ksp 'androidx.room:room-compiler:2.6.1'
kapt 'androidx.room:room-compiler:2.6.1'
implementation 'com.github.Justson.AgentWeb:agentweb-core:v4.1.9-androidx'
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v4.1.9-androidx'
implementation 'com.facebook.rebound:rebound:0.3.8'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
ext {
agp_version = '8.2.2'
}
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.9.22'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit e58c7bc

Please sign in to comment.