Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Sep 4, 2024
1 parent 372d7b5 commit 7cdb847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ dependencies {


// UI libs
implementation 'com.pixplicity.generate:library:1.1.8'
implementation 'com.github.Pixplicity:gene-rate:v1.1.8'
implementation 'com.github.AppIntro:AppIntro:6.2.0'
implementation 'com.kailashdabhi:om-recorder:1.1.5'
implementation 'com.github.kailash09dabhi:OmRecorder:1.1.5'
implementation 'com.github.mertakdut:EpubParser:1.0.95'
implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.1.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

import com.google.android.material.bottomnavigation.BottomNavigationView;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.pixplicity.generate.OnFeedbackListener;

import net.gsantner.markor.BuildConfig;
import net.gsantner.markor.R;
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ buildscript {
}

repositories {
mavenCentral()
maven { url 'https://maven.google.com' }
maven { url "https://jitpack.io" }
mavenCentral()
google()
}

Expand All @@ -43,7 +43,6 @@ allprojects {
mavenCentral()
maven { url 'https://maven.google.com' }
maven { url "https://jitpack.io" }
jcenter()
google()
}

Expand Down

0 comments on commit 7cdb847

Please sign in to comment.