Skip to content

Commit

Permalink
Merge pull request #153 from AppDevNext/api34
Browse files Browse the repository at this point in the history
api34
  • Loading branch information
hannesa2 authored May 4, 2024
2 parents 0eaeff6 + c74bb47 commit 3bcf195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions ChangeLogLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ plugins {
}

android {
compileSdkVersion 33

namespace 'info.hannes'
defaultConfig {

minSdkVersion 17
compileSdk 34
project.archivesBaseName = "ChangeLog"
}
namespace 'info.hannes'
}

dependencies {
Expand Down
8 changes: 3 additions & 5 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33

namespace 'info.hannes.changelog.sample'
defaultConfig {
versionCode 1
versionName "1.0"

compileSdk 34
minSdkVersion 17
targetSdkVersion 33
targetSdkVersion 34
}
packagingOptions {
resources {
pickFirsts += ['META-INF/atomicfu.kotlin_module']
}
}
namespace 'info.hannes.changelog.sample'

}

dependencies {
Expand Down

0 comments on commit 3bcf195

Please sign in to comment.