From cdefcb0d109d4558d5b9531bde2178a8b9bad0dc Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 9 Jul 2021 04:56:56 +0200 Subject: use bitmaskcore libs in android project --- lib-bitmask-core/bitmaskcore-sources.jar | Bin 0 -> 8156 bytes lib-bitmask-core/bitmaskcore.aar | Bin 0 -> 25748179 bytes lib-bitmask-core/build.gradle | 37 +++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 lib-bitmask-core/bitmaskcore-sources.jar create mode 100644 lib-bitmask-core/bitmaskcore.aar create mode 100644 lib-bitmask-core/build.gradle (limited to 'lib-bitmask-core') diff --git a/lib-bitmask-core/bitmaskcore-sources.jar b/lib-bitmask-core/bitmaskcore-sources.jar new file mode 100644 index 00000000..903904ed Binary files /dev/null and b/lib-bitmask-core/bitmaskcore-sources.jar differ diff --git a/lib-bitmask-core/bitmaskcore.aar b/lib-bitmask-core/bitmaskcore.aar new file mode 100644 index 00000000..19da0b2a Binary files /dev/null and b/lib-bitmask-core/bitmaskcore.aar differ diff --git a/lib-bitmask-core/build.gradle b/lib-bitmask-core/build.gradle new file mode 100644 index 00000000..0b2ba086 --- /dev/null +++ b/lib-bitmask-core/build.gradle @@ -0,0 +1,37 @@ +/*apply plugin: 'com.android.library' + +android { + compileSdkVersion 28 + buildToolsVersion "29.0.1" + + + defaultConfig { + minSdkVersion 16 + targetSdkVersion 28 + versionCode 1 + versionName "1.0" + + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + consumerProguardFiles 'consumer-rules.pro' + } + + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + } + } + +} + +dependencies { + implementation fileTree(dir: 'libs', include: ['*.jar']) + + implementation 'androidx.appcompat:appcompat:1.2.0' + testImplementation 'junit:junit:4.12' + androidTestImplementation 'androidx.test.ext:junit:1.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' +} +*/ +configurations.maybeCreate("default") +artifacts.add("default", file('bitmaskcore.aar')) \ No newline at end of file -- cgit v1.2.3