Skip to content

Commit

Permalink
Update gradle to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Jul 26, 2023
1 parent bbe91e1 commit 8884a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ apply plugin: 'koin'
apply plugin: 'androidx.navigation.safeargs.kotlin'

android {
compileSdkVersion 34
buildToolsVersion '34.0.0'

defaultConfig {
applicationId "de.christinecoenen.code.zapp"
compileSdk 34
minSdkVersion 26
targetSdkVersion 34
versionCode 67
versionName "8.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ['de', 'en']
}
resourceConfigurations += ['de', 'en']
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.0'

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"

Expand Down

0 comments on commit 8884a5b

Please sign in to comment.