Skip to content

Commit

Permalink
api34
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 2, 2024
1 parent 2ac4cf4 commit 592b7b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
revision = getGitCommitHash()
versionRevision = getGitCommitCount()

sdkVersion = 33
sdkVersion = 34
androidxTestEspresso = '3.5.1'
}

Expand Down
2 changes: 1 addition & 1 deletion moka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugins {

android {
namespace 'com.moka'
compileSdkVersion sdkVersion

defaultConfig {
minSdkVersion 21
compileSdk sdkVersion
targetSdkVersion sdkVersion

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugins {

android {
namespace 'com.sample.app'
compileSdkVersion sdkVersion

defaultConfig {
minSdkVersion 21
compileSdk sdkVersion
targetSdkVersion sdkVersion

applicationId "com.sample.app"
Expand Down

0 comments on commit 592b7b7

Please sign in to comment.