@@ -11,22 +11,23 @@ afterEvaluate {
1111 from components. release
1212 groupId = ' com.simform.custombottomnavigation'
1313 artifactId = ' custombottomnavigation'
14- version = ' 3.2 '
14+ version = ' 3.3 '
1515 }
1616 }
1717 }
1818}
1919
2020android {
21- compileSdkVersion 30
21+ compileSdkVersion 31
2222 buildToolsVersion " 30.0.3"
2323
2424 defaultConfig {
2525 minSdkVersion 21
26- targetSdkVersion 30
26+ targetSdkVersion 31
2727
2828 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2929 consumerProguardFiles ' consumer-rules.pro'
30+ multiDexEnabled true
3031 }
3132
3233 buildTypes {
@@ -44,11 +45,12 @@ android {
4445dependencies {
4546 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
4647 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
47- implementation ' androidx.appcompat:appcompat:1.3.1'
48- implementation ' androidx.core:core-ktx:1.6.0'
49- implementation ' com.google.android.material:material:1.5.0-alpha02'
50- implementation ' androidx.navigation:navigation-fragment-ktx:2.3.5'
51- implementation ' androidx.navigation:navigation-ui-ktx:2.3.5'
48+ implementation ' androidx.appcompat:appcompat:1.4.2'
49+ implementation ' androidx.core:core-ktx:1.8.0'
50+ implementation ' com.google.android.material:material:1.7.0-alpha02'
51+ implementation ' androidx.navigation:navigation-fragment-ktx:2.5.0'
52+ implementation ' androidx.navigation:navigation-ui-ktx:2.5.0'
53+ implementation ' com.android.support:multidex:2.0.1'
5254 testImplementation ' junit:junit:4.13.2'
5355 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
5456 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
0 commit comments