Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #68 from mobify/release-v3.1.1
Browse files Browse the repository at this point in the history
Release v3.1.1
  • Loading branch information
Kieran Haberstock authored Jul 2, 2019
2 parents 16cbefd + 8bc92b5 commit 28769d0
Show file tree
Hide file tree
Showing 16 changed files with 3,353 additions and 1,823 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v3.1.1:
- Update to Astro 3.1.1s

## v3.0.0:
- Update to Astro 3.0.0
- Upgrade to support iOS 12 SDK and Swift 4.2
Expand Down
Binary file removed android/.idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added android/.idea/caches/gradle_models.ser
Binary file not shown.
29 changes: 0 additions & 29 deletions android/.idea/codeStyles/Project.xml

This file was deleted.

22 changes: 0 additions & 22 deletions android/.idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions android/.idea/copyright/profiles_settings.xml

This file was deleted.

4 changes: 4 additions & 0 deletions android/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 1 addition & 28 deletions android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions android/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/android.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
6 changes: 3 additions & 3 deletions android/velo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
applicationId "com.mobify.velo"
minSdkVersion 19
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"
missingDimensionStrategy 'preview', 'previewDisabled'
Expand All @@ -27,6 +27,6 @@ task buildJS(type:Exec) {
preBuild.dependsOn buildJS

dependencies {
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation project(':astro')
}
Loading

0 comments on commit 28769d0

Please sign in to comment.