sa_full_image

This commit is contained in:
CPM
2021-03-24 15:56:23 +05:30
parent 9d6cc81cb0
commit 7ae36ff834
62 changed files with 461 additions and 526 deletions
+3 -3
View File
@@ -24,11 +24,11 @@ ext {
}
android {
compileSdkVersion 28
compileSdkVersion 30
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
minSdkVersion 20
targetSdkVersion 29
versionCode 1
versionName '1.0'
}
@@ -1,12 +0,0 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.androidbuts.multispinnerfilter;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String LIBRARY_PACKAGE_NAME = "com.androidbuts.multispinnerfilter";
public static final String BUILD_TYPE = "debug";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}