Skip to content

Commit b2454d2

Browse files
committed
api 36
1 parent fa955a0 commit b2454d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
minSdkVersion 21
2323
compileSdk propCompileSdkVersion
24-
targetSdkVersion 35
24+
targetSdkVersion 36
2525

2626
buildConfigField "boolean", "WITH_FIREBASE", useFirebase()
2727

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
}
3535

3636
ext {
37-
propCompileSdkVersion = 35
37+
propCompileSdkVersion = 36
3838
coreVersion = "1.4.0"
3939
runnerVersion = "1.5.0"
4040
extJUnitVersion = "1.1.3"

0 commit comments

Comments
 (0)