Skip to content

Commit

Permalink
Upgrade AGP dependency from 8.1.3 to 8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Přemysl Šťastný authored and stastnypremysl committed Nov 23, 2023
1 parent ade2624 commit d5a103e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "cos.premy.mines"
minSdkVersion 19
targetSdkVersion 34
versionCode 7
versionName '1.4.2'
versionCode 8
versionName '1.4.3'
namespace 'cos.premy.mines'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'


// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit d5a103e

Please sign in to comment.