Skip to content

Commit

Permalink
Incremented version code to fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
Faltenreich committed May 1, 2018
1 parent 9433b7a commit c1b8ea4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions Diaguard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 25
versionName "2.4.3"
versionCode 26
versionName "2.4.3.1"
vectorDrawables.useSupportLibrary = true
}

Expand Down
1 change: 1 addition & 0 deletions Diaguard/store/release/output.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":26,"versionName":"2.4.3.1","enabled":true,"outputFile":"Diaguard-store-release.apk","fullName":"storeRelease","baseName":"store-release"},"path":"Diaguard-store-release.apk","properties":{}}]
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.2'
}
}

Expand Down

0 comments on commit c1b8ea4

Please sign in to comment.