We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cf814 commit b8fb46bCopy full SHA for b8fb46b
SmartSpinner/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'signing'
4
android {
5
compileSdkVersion 29
6
buildToolsVersion "29.0.3"
7
-
+ namespace 'ir.maktabsoft.smartspinner'
8
defaultConfig {
9
minSdkVersion 17
10
targetSdkVersion 29
@@ -20,11 +20,15 @@ android {
20
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
21
}
22
23
+ compileOptions {
24
+ sourceCompatibility JavaVersion.VERSION_11
25
+ targetCompatibility JavaVersion.VERSION_11
26
+ }
27
28
29
dependencies {
30
implementation fileTree(dir: "libs", include: ["*.jar"])
- implementation 'androidx.appcompat:appcompat:1.2.0'
31
+ implementation libs.appcompat
32
33
34
0 commit comments