Skip to content

Commit

Permalink
Updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MiepHD committed Nov 4, 2024
1 parent f0847bc commit d5e7a26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
apply plugin: 'com.android.application'

android {
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
compileSdk rootProject.ext.CompileSdk

defaultConfig {
applicationId 'com.froxot.cuscon'
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 4040
versionName '4.0.4.0'
versionCode 4041
versionName '4.0.4.1'
multiDexEnabled true

// Naming app bundles
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/4041.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated Gradle

0 comments on commit d5e7a26

Please sign in to comment.