Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranL committed Dec 1, 2017
1 parent 470afb6 commit e7ff39c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file removed app/app-release.apk
Binary file not shown.
2 changes: 2 additions & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/split-apk" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/splits-support" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/tmp" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 26 Platform" jdkType="Android SDK" />
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ android {
}
}
compileSdkVersion 26
buildToolsVersion '23.0.3'
buildToolsVersion '26.0.2'
defaultConfig {
applicationId "com.kieran.winnipegbus"
minSdkVersion 14
targetSdkVersion 26
versionCode 28
versionName "1.7.2"
versionCode 29
versionName "1.7.3"
signingConfig signingConfigs.config
}
buildTypes {
Expand Down

0 comments on commit e7ff39c

Please sign in to comment.