Skip to content

Commit

Permalink
gradle : upgrade to gradle for Android plugin 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Mar 1, 2022
1 parent 059e7cd commit 07d6916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- vagrant : switch to Ubuntu Focal 2020.04 LTS base box
- gradle : disable gradle caching
- PR #197 : Fix data loss in dialogs of MainActivity on screen rotation, thanks to Jan Scheible
- gradle : upgrade to gradle for Android plugin 4.1.3

v0.8 (released on 03Jan2022)
- issue #183 : add fastlane metadata
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.vanniktech:gradle-android-javadoc-plugin:0.3.0'
classpath 'de.mannodermaus.gradle.plugins:android-junit5:1.7.0.0'
}
Expand Down

0 comments on commit 07d6916

Please sign in to comment.