Skip to content

Commit

Permalink
Merge pull request #859 from ZeusWPI/dependabot/gradle/com.android.to…
Browse files Browse the repository at this point in the history
…ols.build-gradle-8.2.0

Bump com.android.tools.build:gradle from 8.1.2 to 8.2.0
  • Loading branch information
niknetniko authored Dec 12, 2023
2 parents 4130d78 + e83aaf4 commit d132b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
import com.google.android.material.snackbar.Snackbar;
import com.google.android.material.tabs.TabLayout;
import com.google.android.material.tabs.TabLayoutMediator;
import com.google.android.material.textfield.MaterialAutoCompleteTextView;
import com.google.android.material.textfield.TextInputLayout;

import static be.ugent.zeus.hydra.common.utils.FragmentUtils.registerMenuProvider;
Expand All @@ -90,7 +89,7 @@ public class RestoFragment extends Fragment implements
private MenuViewModel menuViewModel;
private SelectableMetaViewModel metaViewModel;
private TextInputLayout exposedDropdown;
private MaterialAutoCompleteTextView exposedDropdownContents;
private AutoCompleteTextView exposedDropdownContents;
private ProgressBar exposedDropdownProgress;
private View exposedDropdownWrapper;
private TabLayout tabLayout;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
implementation gradleApi()
implementation localGroovy()
implementation 'com.android.tools.build:gradle:8.1.2'
implementation 'com.android.tools.build:gradle:8.2.0'
implementation 'org.jetbrains:annotations:24.1.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.7.0'
Expand Down

0 comments on commit d132b10

Please sign in to comment.