Skip to content

Commit

Permalink
Android Studio Chipmunk
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jul 21, 2022
1 parent b4dc63e commit 93d9613
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion ChangeLogLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ android {
compileSdkVersion 31

defaultConfig {
versionName "1.0.0"

minSdkVersion 17
project.archivesBaseName = "ChangeLog"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 4 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ android {
minSdkVersion 17
targetSdkVersion 31
}

packagingOptions {
pickFirst 'META-INF/atomicfu.kotlin_module'
resources {
pickFirsts += ['META-INF/atomicfu.kotlin_module']
}
}

}

dependencies {
Expand Down

0 comments on commit 93d9613

Please sign in to comment.