Release 19
This commit is contained in:
parent
d637153203
commit
5516aeaa6b
|
@ -180,7 +180,7 @@ dependencies {
|
|||
implementation 'com.arthenica:ffmpeg-kit-min-gpl:5.1.LTS'
|
||||
|
||||
|
||||
implementation 'com.google.android.material:material:1.7.0-rc01'
|
||||
implementation 'com.google.android.material:material:1.7.0'
|
||||
|
||||
//Dagger (dependency injection)
|
||||
implementation 'com.google.dagger:dagger-android:2.44'
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
* Remove photos' metadata before uploading
|
||||
* Bookmarks!
|
||||
* See a profile as a feed or grid
|
||||
* Set a template for your descriptions
|
||||
* Badge on the notification icon if you got new notifications
|
||||
* More video editing features: crop, change speed, add stabilization
|
||||
* Implement dynamic colors: you can make PixelDroid follow the color of your background (Android 12 and up)
|
||||
* Bug fixes
|
||||
* Update translations
|
|
@ -5541,6 +5541,14 @@
|
|||
<sha256 value="10474b2be015e1e4ce03ab2f9a391abebd30cb9e53c92f8c99b9f4ac034bdaf4" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.google.android.material" name="material" version="1.7.0">
|
||||
<artifact name="material-1.7.0.aar">
|
||||
<sha256 value="56d7a54cf8c30f5d2d3510225bf48841f0ce6fbf896154fbdfee2babca6d9453" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="material-1.7.0.module">
|
||||
<sha256 value="de52917afc477d8fead702176262651d8183a9ec15ae70303ee14d5045c0e224" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.google.android.material" name="material" version="1.7.0-rc01">
|
||||
<artifact name="material-1.7.0-rc01.aar">
|
||||
<sha256 value="6fbf8557c6582e885e94e11e1cc07876c11136e727ec46a364ce992ad37a270e" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in New Issue