Skip to content

Commit

Permalink
Fix IITC Mobile build
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Sep 5, 2024
1 parent e6fb8a4 commit 743ea9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
implementation 'com.github.AppIntro:AppIntro:6.3.1'
implementation 'com.akexorcist:localization:1.2.5'
implementation 'com.akexorcist:localization:1.2.11'
implementation 'org.apache.commons:commons-text:1.8'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.melnykov:floatingactionbutton:1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Expand Down

0 comments on commit 743ea9d

Please sign in to comment.