-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Update CHANGELOG.md * Update build.gradle * migrate to AndroidX
- Loading branch information
1 parent
c30c612
commit b266aae
Showing
9 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat"> | ||
</a> | ||
<a href="https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/"> | ||
<img src="https://img.shields.io/badge/VERSION-8.3.4-007ec6.svg?style=flat" alt="Maven"> | ||
<img src="https://img.shields.io/badge/VERSION-9.0.0-007ec6.svg?style=flat" alt="Maven"> | ||
</a> | ||
<a href="http://twitter.com/PhotoEditorSDK"> | ||
<img src="https://img.shields.io/badge/[email protected]?style=flat" alt="Twitter"> | ||
|
@@ -82,13 +82,6 @@ The PhotoEditor core library for Android. Containing the OpenGL and toolkit impl | |
__UI Component__ <br/> | ||
The default UI components consisting of LivePreview and Editor Activity. | ||
|
||
### Dependencies | ||
|
||
Two Google support libraries needed or used by the SDK. | ||
|
||
* com.android.support:recyclerview-v7 | ||
* com.android.support:support-annotations | ||
|
||
|
||
## Documentation | ||
|
||
|
@@ -126,7 +119,7 @@ buildscript { | |
maven { url "https://artifactory.img.ly/artifactory/imgly" } | ||
} | ||
dependencies { | ||
classpath 'ly.img.android.pesdk:plugin:8.3.2' | ||
classpath 'ly.img.android.pesdk:plugin:9.0.0' | ||
} | ||
} | ||
|
@@ -156,9 +149,6 @@ imglyConfig { | |
licencePath 'pesdk_android_license' | ||
} | ||
// If you are using another supportLibVersion ('com.android.support') please change this version here our update your own supportLibVersion | ||
supportLibVersion "28.0.0" | ||
// Define the modules you are need | ||
modules { | ||
// Add all the UI modules you are need | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters