diff --git a/android/.idea/deploymentTargetSelector.xml b/android/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/android/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/migrations.xml b/android/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/android/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index f27b5e3..40b4fe6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.wildwoodag.church" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2 - versionName '1.0.10' + versionCode 3 + versionName '1.0.41' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/android/build.gradle b/android/build.gradle index 9cc72cb..cd9022f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.0.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath 'com.google.gms:google-services:4.3.15' // NOTE: Do not place your application dependencies here; they belong diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 761b8f0..7fc84be 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/build.sh b/build.sh index 3ef5188..693951a 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +export CAPACITOR_ANDROID_STUDIO_PATH=/snap/android-studio/157/bin/studio.sh + rm static/web.* parcel build hugo -b / diff --git a/content/post/2024-06-23-remember-now.md b/content/post/2024-06-23-remember-now.md new file mode 100644 index 0000000..0f60b61 --- /dev/null +++ b/content/post/2024-06-23-remember-now.md @@ -0,0 +1,17 @@ +--- +template: post +categories: + - Wisdom +tags: + - remember + - end of life + - silver cord +title: Remember Now +date: 2024-06-23T05:00:00.000Z +image: https://www.wildwoodag.church/pimg/silverchain.jpg +--- +Remember your Creator before the silver cord is loosed, or the golden bowl is broken, or the pitcher shattered at the fountain, or the wheel broken at the well. Ecclesiastes 12:7 + +If I were to paraphrase this, I would say, “You better remember God while there is breath in your lungs.” Matthew Henry refers to the ‘silver cord’ as that which binds the soul and body. The Message says, “before the silver cord of life snaps.” + +This passage is communicating to us, in a poetic manner, that life has an end, and before we get there it is best to remember the Lord! Not on your death bed, nor with your last dying breath. Remember Him now and take the steps necessary to have peace with Christ. He is, after all, our Peace. \ No newline at end of file diff --git a/static/pimg/silverchain.jpg b/static/pimg/silverchain.jpg new file mode 100644 index 0000000..f4af1d1 Binary files /dev/null and b/static/pimg/silverchain.jpg differ