Skip to content

Commit c42e883

Browse files
committed
api36
1 parent 7151604 commit c42e883

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
versionName "1.0"
1111

1212
minSdkVersion 23
13-
compileSdk 35
14-
targetSdkVersion 35
13+
compileSdk 36
14+
targetSdkVersion 36
1515

1616
buildConfigField "String", "GIT_REPOSITORY", "\"" + getGitOriginRemote() + "\""
1717

githubAppUpdate/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77
android {
88
namespace "info.hannes.github"
99
defaultConfig {
10-
compileSdk 35
11-
targetSdkVersion 35
10+
compileSdk 36
11+
targetSdkVersion 36
1212
minSdkVersion 23
1313
project.archivesBaseName = "githubAppUpdate"
1414
}

0 commit comments

Comments
 (0)