Skip to content

Commit

Permalink
Change tedpermission implementation repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSangGwon committed Aug 12, 2021
1 parent 31d4ccc commit 5ad2c5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation deps.androidx.appcompat
implementation 'gun0912.ted:tedpermission:2.2.2'
implementation 'io.github.ParkSangGwon:tedpermission-rx2:2.3.0'
implementation 'com.android.support:multidex:1.0.3'

debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
jcenter()

}
dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin.code.style=official

GROUP=io.github.ParkSangGwon
POM_ARTIFACT_ID=tedimagepicker
VERSION_NAME=1.2.2
VERSION_NAME=1.2.3

POM_NAME=TedImagePicker
POM_PACKAGING=aar
Expand Down
2 changes: 1 addition & 1 deletion tedimagepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation deps.glide.glide
annotationProcessor deps.glide.annotation

implementation 'gun0912.ted:tedpermission-rx2:2.2.2'
implementation 'io.github.ParkSangGwon:tedpermission-rx2:2.3.0'
implementation 'gun0912.ted:tedonactivityresult-rx2:1.0.6'

implementation 'com.alexvasilkov:gesture-views:2.5.2'
Expand Down

0 comments on commit 5ad2c5e

Please sign in to comment.