Skip to content

Commit

Permalink
Bump AGP, compileSdk, and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Nov 21, 2023
1 parent 0086438 commit de0e572
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ buildscript {
ext {
appcompat_version = '1.6.1'
espresso_version = '3.5.1'
agp_version = '8.1.0'
agp_version = '8.1.1'
jassert_version = '3.24.2'
junit_version = '4.13.2'
kotlin_version = '1.8.21'
ktx_version = '1.10.1'
ktx_version = '1.12.0'
roboelectric_version = '4.10.3'
testrunner_version = '1.5.2'

Expand Down Expand Up @@ -38,8 +38,8 @@ allprojects {

project.ext {
minSdkVersion = 15
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "22.1.7171670"
}
}
Expand Down

0 comments on commit de0e572

Please sign in to comment.