Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit afd813d

Browse files
authored
Merge pull request #4 from Selecro/dev
Dev
2 parents 6369516 + 98c18a6 commit afd813d

File tree

1,626 files changed

+168174
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,626 files changed

+168174
-33
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ lint/tmp/
9393
capacitor-cordova-android-plugins
9494

9595
# Copied web assets
96-
app/src/main/assets/public
96+
# app/src/main/assets/public

.idea/deploymentTargetDropDown.xml

-17
This file was deleted.

README.md

-58 Bytes
Binary file not shown.

app/build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
33
android {
44

55
namespace 'io.ionic.starter'
6-
compileSdk 29
7-
defaultConfig {
6+
compileSdk 33
7+
defaultConfig {
88
applicationId "io.ionic.starter"
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
@@ -35,6 +35,7 @@ dependencies {
3535
implementation fileTree(include: ['*.jar'], dir: 'libs')
3636
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
3737
implementation project(':capacitor-android')
38+
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
3839
testImplementation "junit:junit:$junitVersion"
3940
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
4041
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
-14.2 KB
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@mipmap/ic_launcher_background"/>
3+
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@mipmap/ic_launcher_background"/>
3+
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
-115 Bytes
Binary file not shown.
-115 Bytes
-75 Bytes
Binary file not shown.
-75 Bytes
-303 Bytes
Binary file not shown.
-303 Bytes
-676 Bytes
Binary file not shown.
-926 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="ic_launcher_background">#C8E7F4</color>
4+
</resources>
930 Bytes
13.7 KB
15.5 KB
Binary file not shown.

app/src/main/assets/public/assets/icon/logo.svg

+1
60.1 KB
14.3 KB

0 commit comments

Comments
 (0)