Skip to content

Commit

Permalink
Merge production. Bump Android version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Jul 8, 2023
1 parent a51e7be commit 9ea9564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "org.ilovefreegle.direct"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1207
versionName "3.0.5"
versionCode 1208
versionName "3.0.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export default {
'https://[email protected]/4504083802226688',

ISAPP: process.env.IZNIK_NUXT3_IS_APP === 'true',
MOBILE_VERSION: '3.0.5',
MOBILE_VERSION: '3.0.6',
}

0 comments on commit 9ea9564

Please sign in to comment.