Skip to content

Commit 88f816c

Browse files
authored
Merge pull request #716 from AppDevNext/api36
api 36
2 parents fa955a0 + b2454d2 commit 88f816c

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)