get rid of jcenter (#2163)

* get rid of jcenter

* fix BottomSheetActivityTest

* update Android Image Cropper license
This commit is contained in:
Konrad Pozniak 2021-05-21 17:51:47 +02:00 committed by GitHub
commit 387e62ea4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 10 deletions

View file

@ -123,7 +123,7 @@
<activity android:name=".AboutActivity" />
<activity android:name=".TabPreferenceActivity" />
<activity
android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
android:name="com.canhub.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat" />
<activity
android:name=".components.search.SearchActivity"