-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix : top level gradle version changes
- Loading branch information
FenilInfy0m
authored and
FenilInfy0m
committed
Oct 20, 2023
1 parent
d29ab74
commit 9bc8dc8
Showing
6 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
plugins { | ||
id 'com.android.application' version '8.1.2' apply false | ||
id 'com.android.library' version '8.1.2' apply false | ||
id 'com.android.application' version '7.4.1' apply false | ||
id 'com.android.library' version '7.4.1' apply false | ||
} |