Skip to content

Commit b8fb46b

Browse files
Update build.gradle
1 parent b4cf814 commit b8fb46b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

SmartSpinner/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44
android {
55
compileSdkVersion 29
66
buildToolsVersion "29.0.3"
7-
7+
namespace 'ir.maktabsoft.smartspinner'
88
defaultConfig {
99
minSdkVersion 17
1010
targetSdkVersion 29
@@ -20,11 +20,15 @@ android {
2020
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2121
}
2222
}
23+
compileOptions {
24+
sourceCompatibility JavaVersion.VERSION_11
25+
targetCompatibility JavaVersion.VERSION_11
26+
}
2327
}
2428

2529
dependencies {
2630
implementation fileTree(dir: "libs", include: ["*.jar"])
27-
implementation 'androidx.appcompat:appcompat:1.2.0'
31+
implementation libs.appcompat
2832

2933
}
3034

0 commit comments

Comments
 (0)