svn迁移git
This commit is contained in:
commit
b467b0ca86
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
*.iml
|
||||||
|
.gradle
|
||||||
|
/local.properties
|
||||||
|
/.idea/caches
|
||||||
|
/.idea/libraries
|
||||||
|
/.idea/modules.xml
|
||||||
|
/.idea/workspace.xml
|
||||||
|
/.idea/navEditor.xml
|
||||||
|
/.idea/assetWizardSettings.xml
|
||||||
|
.DS_Store
|
||||||
|
/build
|
||||||
|
/captures
|
||||||
|
.externalNativeBuild
|
||||||
|
.cxx
|
||||||
|
local.properties
|
||||||
3
.idea/.gitignore
generated
vendored
Normal file
3
.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
1
.idea/.name
generated
Normal file
1
.idea/.name
generated
Normal file
@ -0,0 +1 @@
|
|||||||
|
Operator
|
||||||
6
.idea/compiler.xml
generated
Normal file
6
.idea/compiler.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="CompilerConfiguration">
|
||||||
|
<bytecodeTargetLevel target="17" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
10
.idea/deploymentTargetDropDown.xml
generated
Normal file
10
.idea/deploymentTargetDropDown.xml
generated
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="deploymentTargetDropDown">
|
||||||
|
<value>
|
||||||
|
<entry key="app">
|
||||||
|
<State />
|
||||||
|
</entry>
|
||||||
|
</value>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
10
.idea/deploymentTargetSelector.xml
generated
Normal file
10
.idea/deploymentTargetSelector.xml
generated
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="deploymentTargetSelector">
|
||||||
|
<selectionStates>
|
||||||
|
<SelectionState runConfigName="app">
|
||||||
|
<option name="selectionMode" value="DROPDOWN" />
|
||||||
|
</SelectionState>
|
||||||
|
</selectionStates>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
27
.idea/gradle.xml
generated
Normal file
27
.idea/gradle.xml
generated
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||||
|
<component name="GradleSettings">
|
||||||
|
<option name="linkedExternalProjectsSettings">
|
||||||
|
<GradleProjectSettings>
|
||||||
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
|
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
|
||||||
|
<option name="modules">
|
||||||
|
<set>
|
||||||
|
<option value="$PROJECT_DIR$" />
|
||||||
|
<option value="$PROJECT_DIR$/AirkoonBaseProLib" />
|
||||||
|
<option value="$PROJECT_DIR$/AirkoonBleLib" />
|
||||||
|
<option value="$PROJECT_DIR$/AirkoonLocalLib" />
|
||||||
|
<option value="$PROJECT_DIR$/AirkoonUtilLib" />
|
||||||
|
<option value="$PROJECT_DIR$/CellsysRxSDK" />
|
||||||
|
<option value="$PROJECT_DIR$/TaskQueue" />
|
||||||
|
<option value="$PROJECT_DIR$/app" />
|
||||||
|
<option value="$PROJECT_DIR$/lib-zxing" />
|
||||||
|
<option value="$PROJECT_DIR$/spatialite_for_android-master" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
<option name="resolveExternalAnnotations" value="false" />
|
||||||
|
</GradleProjectSettings>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
35
.idea/jarRepositories.xml
generated
Normal file
35
.idea/jarRepositories.xml
generated
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="RemoteRepositoriesConfiguration">
|
||||||
|
<remote-repository>
|
||||||
|
<option name="id" value="central" />
|
||||||
|
<option name="name" value="Maven Central repository" />
|
||||||
|
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||||
|
</remote-repository>
|
||||||
|
<remote-repository>
|
||||||
|
<option name="id" value="jboss.community" />
|
||||||
|
<option name="name" value="JBoss Community repository" />
|
||||||
|
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||||
|
</remote-repository>
|
||||||
|
<remote-repository>
|
||||||
|
<option name="id" value="MavenRepo" />
|
||||||
|
<option name="name" value="MavenRepo" />
|
||||||
|
<option name="url" value="https://repo.maven.apache.org/maven2/" />
|
||||||
|
</remote-repository>
|
||||||
|
<remote-repository>
|
||||||
|
<option name="id" value="BintrayJCenter" />
|
||||||
|
<option name="name" value="BintrayJCenter" />
|
||||||
|
<option name="url" value="https://jcenter.bintray.com/" />
|
||||||
|
</remote-repository>
|
||||||
|
<remote-repository>
|
||||||
|
<option name="id" value="maven" />
|
||||||
|
<option name="name" value="maven" />
|
||||||
|
<option name="url" value="https://jitpack.io" />
|
||||||
|
</remote-repository>
|
||||||
|
<remote-repository>
|
||||||
|
<option name="id" value="Google" />
|
||||||
|
<option name="name" value="Google" />
|
||||||
|
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
|
||||||
|
</remote-repository>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
.idea/kotlinc.xml
generated
Normal file
6
.idea/kotlinc.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="KotlinJpsPluginSettings">
|
||||||
|
<option name="version" value="1.6.21" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
10
.idea/migrations.xml
generated
Normal file
10
.idea/migrations.xml
generated
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectMigrations">
|
||||||
|
<option name="MigrateToGradleLocalJavaHome">
|
||||||
|
<set>
|
||||||
|
<option value="$PROJECT_DIR$" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
4
.idea/misc.xml
generated
Normal file
4
.idea/misc.xml
generated
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<project version="4">
|
||||||
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||||
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK" />
|
||||||
|
</project>
|
||||||
53
AirkoonBaseProLib/build.gradle
Normal file
53
AirkoonBaseProLib/build.gradle
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
|
android {
|
||||||
|
compileSdkVersion 30
|
||||||
|
|
||||||
|
|
||||||
|
defaultConfig {
|
||||||
|
minSdkVersion 24
|
||||||
|
targetSdkVersion 28
|
||||||
|
|
||||||
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
consumerProguardFiles 'consumer-rules.pro'
|
||||||
|
}
|
||||||
|
|
||||||
|
buildTypes {
|
||||||
|
release {
|
||||||
|
minifyEnabled false
|
||||||
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
|
}
|
||||||
|
demo{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
buildFeatures{
|
||||||
|
dataBinding = true
|
||||||
|
}
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
|
namespace 'com.airkoon.base'
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
// implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||||
|
testImplementation 'junit:junit:4.12'
|
||||||
|
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||||
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||||
|
//选图片控件
|
||||||
|
// api 'com.github.LuckSiege.PictureSelector:picture_library:v2.4.6'
|
||||||
|
api 'io.github.lucksiege:pictureselector:v2.4.6'
|
||||||
|
// api 'io.github.lucksiege:pictureselector:v3.10.6'
|
||||||
|
//glide
|
||||||
|
implementation 'com.github.bumptech.glide:glide:4.9.0'
|
||||||
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
||||||
|
|
||||||
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||||
|
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
||||||
|
//qmui
|
||||||
|
implementation 'com.qmuiteam:qmui:2.1.0'
|
||||||
|
}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
i/lib0/proguard.txt
|
||||||
@ -0,0 +1 @@
|
|||||||
|
i/
|
||||||
@ -0,0 +1 @@
|
|||||||
|
o/debug
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
|||||||
|
package androidx.databinding;
|
||||||
|
|
||||||
|
public interface DataBindingComponent {
|
||||||
|
}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package androidx.databinding.library.baseAdapters;
|
||||||
|
|
||||||
|
public class BR {
|
||||||
|
public static int _all = 0;
|
||||||
|
}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.airkoon.base;
|
||||||
|
|
||||||
|
public class BR {
|
||||||
|
public static int _all = 0;
|
||||||
|
}
|
||||||
@ -0,0 +1,83 @@
|
|||||||
|
package com.airkoon.base;
|
||||||
|
|
||||||
|
import android.util.SparseArray;
|
||||||
|
import android.util.SparseIntArray;
|
||||||
|
import android.view.View;
|
||||||
|
import androidx.databinding.DataBinderMapper;
|
||||||
|
import androidx.databinding.DataBindingComponent;
|
||||||
|
import androidx.databinding.ViewDataBinding;
|
||||||
|
import java.lang.Integer;
|
||||||
|
import java.lang.Object;
|
||||||
|
import java.lang.Override;
|
||||||
|
import java.lang.RuntimeException;
|
||||||
|
import java.lang.String;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class DataBinderMapperImpl extends DataBinderMapper {
|
||||||
|
private static final SparseIntArray INTERNAL_LAYOUT_ID_LOOKUP = new SparseIntArray(0);
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ViewDataBinding getDataBinder(DataBindingComponent component, View view, int layoutId) {
|
||||||
|
int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
|
||||||
|
if(localizedLayoutId > 0) {
|
||||||
|
final Object tag = view.getTag();
|
||||||
|
if(tag == null) {
|
||||||
|
throw new RuntimeException("view must have a tag");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ViewDataBinding getDataBinder(DataBindingComponent component, View[] views, int layoutId) {
|
||||||
|
if(views == null || views.length == 0) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
|
||||||
|
if(localizedLayoutId > 0) {
|
||||||
|
final Object tag = views[0].getTag();
|
||||||
|
if(tag == null) {
|
||||||
|
throw new RuntimeException("view must have a tag");
|
||||||
|
}
|
||||||
|
switch(localizedLayoutId) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getLayoutId(String tag) {
|
||||||
|
if (tag == null) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
Integer tmpVal = InnerLayoutIdLookup.sKeys.get(tag);
|
||||||
|
return tmpVal == null ? 0 : tmpVal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String convertBrIdToString(int localId) {
|
||||||
|
String tmpVal = InnerBrLookup.sKeys.get(localId);
|
||||||
|
return tmpVal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<DataBinderMapper> collectDependencies() {
|
||||||
|
ArrayList<DataBinderMapper> result = new ArrayList<DataBinderMapper>(1);
|
||||||
|
result.add(new androidx.databinding.library.baseAdapters.DataBinderMapperImpl());
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static class InnerBrLookup {
|
||||||
|
static final SparseArray<String> sKeys = new SparseArray<String>(1);
|
||||||
|
|
||||||
|
static {
|
||||||
|
sKeys.put(0, "_all");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static class InnerLayoutIdLookup {
|
||||||
|
static final HashMap<String, Integer> sKeys = new HashMap<String, Integer>(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package androidx.databinding;
|
||||||
|
|
||||||
|
public interface DataBindingComponent {
|
||||||
|
}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package androidx.databinding.library.baseAdapters;
|
||||||
|
|
||||||
|
public class BR {
|
||||||
|
public static int _all = 0;
|
||||||
|
}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package com.airkoon.base;
|
||||||
|
|
||||||
|
public class BR {
|
||||||
|
public static int _all = 0;
|
||||||
|
}
|
||||||
@ -0,0 +1,83 @@
|
|||||||
|
package com.airkoon.base;
|
||||||
|
|
||||||
|
import android.util.SparseArray;
|
||||||
|
import android.util.SparseIntArray;
|
||||||
|
import android.view.View;
|
||||||
|
import androidx.databinding.DataBinderMapper;
|
||||||
|
import androidx.databinding.DataBindingComponent;
|
||||||
|
import androidx.databinding.ViewDataBinding;
|
||||||
|
import java.lang.Integer;
|
||||||
|
import java.lang.Object;
|
||||||
|
import java.lang.Override;
|
||||||
|
import java.lang.RuntimeException;
|
||||||
|
import java.lang.String;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class DataBinderMapperImpl extends DataBinderMapper {
|
||||||
|
private static final SparseIntArray INTERNAL_LAYOUT_ID_LOOKUP = new SparseIntArray(0);
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ViewDataBinding getDataBinder(DataBindingComponent component, View view, int layoutId) {
|
||||||
|
int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
|
||||||
|
if(localizedLayoutId > 0) {
|
||||||
|
final Object tag = view.getTag();
|
||||||
|
if(tag == null) {
|
||||||
|
throw new RuntimeException("view must have a tag");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ViewDataBinding getDataBinder(DataBindingComponent component, View[] views, int layoutId) {
|
||||||
|
if(views == null || views.length == 0) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
|
||||||
|
if(localizedLayoutId > 0) {
|
||||||
|
final Object tag = views[0].getTag();
|
||||||
|
if(tag == null) {
|
||||||
|
throw new RuntimeException("view must have a tag");
|
||||||
|
}
|
||||||
|
switch(localizedLayoutId) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getLayoutId(String tag) {
|
||||||
|
if (tag == null) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
Integer tmpVal = InnerLayoutIdLookup.sKeys.get(tag);
|
||||||
|
return tmpVal == null ? 0 : tmpVal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String convertBrIdToString(int localId) {
|
||||||
|
String tmpVal = InnerBrLookup.sKeys.get(localId);
|
||||||
|
return tmpVal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<DataBinderMapper> collectDependencies() {
|
||||||
|
ArrayList<DataBinderMapper> result = new ArrayList<DataBinderMapper>(1);
|
||||||
|
result.add(new androidx.databinding.library.baseAdapters.DataBinderMapperImpl());
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static class InnerBrLookup {
|
||||||
|
static final SparseArray<String> sKeys = new SparseArray<String>(1);
|
||||||
|
|
||||||
|
static {
|
||||||
|
sKeys.put(0, "_all");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static class InnerLayoutIdLookup {
|
||||||
|
static final HashMap<String, Integer> sKeys = new HashMap<String, Integer>(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package com.airkoon.base;
|
||||||
|
|
||||||
|
@androidx.databinding.BindingBuildInfo
|
||||||
|
public class DataBindingTriggerClass {}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package com.airkoon.base.test;
|
||||||
|
|
||||||
|
@androidx.databinding.BindingBuildInfo
|
||||||
|
public class DataBindingTriggerClass {}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package com.airkoon.base;
|
||||||
|
|
||||||
|
@androidx.databinding.BindingBuildInfo
|
||||||
|
public class DataBindingTriggerClass {}
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* Automatically generated file. DO NOT MODIFY
|
||||||
|
*/
|
||||||
|
package com.airkoon.base.test;
|
||||||
|
|
||||||
|
public final class BuildConfig {
|
||||||
|
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||||
|
public static final String APPLICATION_ID = "com.airkoon.base.test";
|
||||||
|
public static final String BUILD_TYPE = "debug";
|
||||||
|
}
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* Automatically generated file. DO NOT MODIFY
|
||||||
|
*/
|
||||||
|
package com.airkoon.base;
|
||||||
|
|
||||||
|
public final class BuildConfig {
|
||||||
|
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||||
|
public static final String LIBRARY_PACKAGE_NAME = "com.airkoon.base";
|
||||||
|
public static final String BUILD_TYPE = "debug";
|
||||||
|
}
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* Automatically generated file. DO NOT MODIFY
|
||||||
|
*/
|
||||||
|
package com.airkoon.base;
|
||||||
|
|
||||||
|
public final class BuildConfig {
|
||||||
|
public static final boolean DEBUG = false;
|
||||||
|
public static final String LIBRARY_PACKAGE_NAME = "com.airkoon.base";
|
||||||
|
public static final String BUILD_TYPE = "release";
|
||||||
|
}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.airkoon.base" >
|
||||||
|
|
||||||
|
<uses-sdk android:minSdkVersion="24" />
|
||||||
|
|
||||||
|
</manifest>
|
||||||
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"artifactType": {
|
||||||
|
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
||||||
|
"kind": "Directory"
|
||||||
|
},
|
||||||
|
"applicationId": "com.airkoon.base",
|
||||||
|
"variantName": "debug",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"type": "SINGLE",
|
||||||
|
"filters": [],
|
||||||
|
"attributes": [],
|
||||||
|
"outputFile": "AndroidManifest.xml"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elementType": "File"
|
||||||
|
}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.airkoon.base" >
|
||||||
|
|
||||||
|
<uses-sdk android:minSdkVersion="24" />
|
||||||
|
|
||||||
|
</manifest>
|
||||||
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"artifactType": {
|
||||||
|
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
||||||
|
"kind": "Directory"
|
||||||
|
},
|
||||||
|
"applicationId": "com.airkoon.base",
|
||||||
|
"variantName": "release",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"type": "SINGLE",
|
||||||
|
"filters": [],
|
||||||
|
"attributes": [],
|
||||||
|
"outputFile": "AndroidManifest.xml"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elementType": "File"
|
||||||
|
}
|
||||||
Binary file not shown.
@ -0,0 +1,5 @@
|
|||||||
|
aarFormatVersion=1.0
|
||||||
|
aarMetadataVersion=1.0
|
||||||
|
minCompileSdk=1
|
||||||
|
minCompileSdkExtension=0
|
||||||
|
minAndroidGradlePluginVersion=1.0.0
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
aarFormatVersion=1.0
|
||||||
|
aarMetadataVersion=1.0
|
||||||
|
minCompileSdk=1
|
||||||
|
minCompileSdkExtension=0
|
||||||
|
minAndroidGradlePluginVersion=1.0.0
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"compiler-4.9.0.jar (com.github.bumptech.glide:compiler:4.9.0)":"INCREMENTAL_AP","databinding-compiler-8.0.0.jar (androidx.databinding:databinding-compiler:8.0.0)":"INCREMENTAL_AP"}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"databinding-compiler-8.0.0.jar (androidx.databinding:databinding-compiler:8.0.0)":"INCREMENTAL_AP"}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"compiler-4.9.0.jar (com.github.bumptech.glide:compiler:4.9.0)":"INCREMENTAL_AP","databinding-compiler-8.0.0.jar (androidx.databinding:databinding-compiler:8.0.0)":"INCREMENTAL_AP"}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user