Skip to content

Commit

Permalink
daily dev 20220919
Browse files Browse the repository at this point in the history
Rollback emoji-google to 0.9.0
Use gradle 7.4.2
AndroidManifest: disable backup&restore
Move package declarations to build.gradle
Solve new lint warnings with AGP 7.3.0
Update Gradle distribution to 7.4
Update Nextcloud Android library
Update 3rd-party dependencies
  • Loading branch information
tobiasKaminsky committed Sep 19, 2022
1 parent 8c685cc commit 2d9d0a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220917
versionName "20220917"
versionCode 20220919
versionName "20220919"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Rollback emoji-google to 0.9.0
Use gradle 7.4.2
AndroidManifest: disable backup&restore
Move package declarations to build.gradle
Solve new lint warnings with AGP 7.3.0
Update Gradle distribution to 7.4
Update Nextcloud Android library
Update 3rd-party dependencies
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.43.2"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="fe0d1126a66f35e276c3d77626d4566394e7f7df"
androidLibraryVersion ="52732a450c5ec1c7d840d95b60db829716f854ab"
mockitoVersion = "4.8.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.5"
Expand Down

0 comments on commit 2d9d0a0

Please sign in to comment.