Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit 63f5ffb

Browse files
Add files via upload
1 parent f5e29ab commit 63f5ffb

File tree

29 files changed

+529
-0
lines changed

29 files changed

+529
-0
lines changed

android/build.gradle

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
3+
buildscript {
4+
5+
repositories {
6+
google()
7+
jcenter()
8+
}
9+
dependencies {
10+
classpath 'com.android.tools.build:gradle:3.6.1'
11+
classpath 'com.google.gms:google-services:4.3.5'
12+
13+
// NOTE: Do not place your application dependencies here; they belong
14+
// in the individual module build.gradle files
15+
}
16+
}
17+
18+
apply from: "variables.gradle"
19+
20+
allprojects {
21+
repositories {
22+
google()
23+
jcenter()
24+
}
25+
}
26+
27+
task clean(type: Delete) {
28+
delete rootProject.buildDir
29+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
ext {
2+
cordovaAndroidVersion = project.hasProperty('cordovaAndroidVersion') ? rootProject.ext.cordovaAndroidVersion : '7.0.0'
3+
}
4+
5+
buildscript {
6+
repositories {
7+
google()
8+
jcenter()
9+
}
10+
dependencies {
11+
classpath 'com.android.tools.build:gradle:4.2.1'
12+
}
13+
}
14+
15+
apply plugin: 'com.android.library'
16+
17+
android {
18+
compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 30
19+
defaultConfig {
20+
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21
21+
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 30
22+
versionCode 1
23+
versionName "1.0"
24+
}
25+
lintOptions {
26+
abortOnError false
27+
}
28+
compileOptions {
29+
sourceCompatibility JavaVersion.VERSION_1_8
30+
targetCompatibility JavaVersion.VERSION_1_8
31+
}
32+
}
33+
34+
repositories {
35+
google()
36+
jcenter()
37+
mavenCentral()
38+
flatDir{
39+
dirs 'src/main/libs', 'libs'
40+
}
41+
}
42+
43+
dependencies {
44+
implementation fileTree(dir: 'src/main/libs', include: ['*.jar'])
45+
implementation "org.apache.cordova:framework:$cordovaAndroidVersion"
46+
// SUB-PROJECT DEPENDENCIES START
47+
48+
// SUB-PROJECT DEPENDENCIES END
49+
}
50+
51+
// PLUGIN GRADLE EXTENSIONS START
52+
apply from: "cordova.variables.gradle"
53+
// PLUGIN GRADLE EXTENSIONS END
54+
55+
for (def func : cdvPluginPostBuildExtras) {
56+
func()
57+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package capacitor.android.plugins;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String LIBRARY_PACKAGE_NAME = "capacitor.android.plugins";
9+
/**
10+
* @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
11+
*/
12+
@Deprecated
13+
public static final String APPLICATION_ID = "capacitor.android.plugins";
14+
public static final String BUILD_TYPE = "debug";
15+
public static final String FLAVOR = "";
16+
public static final int VERSION_CODE = 1;
17+
public static final String VERSION_NAME = "1.0";
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:amazon="http://schemas.amazon.com/apk/res/android"
3+
xmlns:android="http://schemas.android.com/apk/res/android"
4+
package="capacitor.android.plugins"
5+
android:versionCode="1"
6+
android:versionName="1.0" >
7+
8+
<uses-sdk
9+
android:minSdkVersion="21"
10+
android:targetSdkVersion="30" />
11+
12+
<application>
13+
</application>
14+
15+
</manifest>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"capacitor-cordova-android-plugins-debug.aar","fullName":"debug","baseName":"debug","dirName":""},"path":"AndroidManifest.xml","properties":{"packageId":"capacitor.android.plugins","split":""}}]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\androidIonic\svelteIonic\android\capacitor-cordova-android-plugins\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\androidIonic\svelteIonic\android\capacitor-cordova-android-plugins\src\debug\jniLibs"/></dataSet></merger>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\androidIonic\svelteIonic\android\capacitor-cordova-android-plugins\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\androidIonic\svelteIonic\android\capacitor-cordova-android-plugins\src\debug\shaders"/></dataSet></merger>

0 commit comments

Comments
 (0)