Skip to content

Commit

Permalink
Upgrade AGP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
caikelun committed Oct 18, 2021
1 parent 4fc5554 commit f3c499f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.1'
classpath 'com.android.tools.build:gradle:7.0.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion bytehook_sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'

if (rootProject.ext.dependencyOnLocalLibrary) {
implementation project(':bytehook')
Expand Down

0 comments on commit f3c499f

Please sign in to comment.