11apply plugin : ' com.android.application'
2- apply plugin : ' kotlin-android'
32
43android {
5- namespace ' github.com.st235.expandablebottombar'
4+ namespace ' github.com.st235.expandablebottombar.app '
65
76 defaultConfig {
87 applicationId ' github.com.st235.expandablebottombar'
98 minSdkVersion 21
10- targetSdkVersion 34
11- compileSdk 34
9+ targetSdkVersion 37
10+ compileSdk 37
1211 versionCode 1
1312 }
1413
@@ -26,24 +25,21 @@ android {
2625 sourceCompatibility JavaVersion . VERSION_17
2726 targetCompatibility JavaVersion . VERSION_17
2827 }
29- kotlinOptions {
30- jvmTarget = " 17"
31- }
3228 kotlin {
3329 jvmToolchain(17 )
3430 }
3531}
3632
3733dependencies {
3834 implementation project(' :expandablebottombar' )
39- implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 '
35+ implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.10 '
4036
41- implementation ' androidx.appcompat:appcompat:1.6 .1'
42- implementation ' com.google.android.material:material:1.9 .0'
43- implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
37+ implementation ' androidx.appcompat:appcompat:1.7 .1'
38+ implementation ' com.google.android.material:material:1.13 .0'
39+ implementation ' androidx.constraintlayout:constraintlayout:2.2.1 '
4440
45- implementation ' androidx.navigation:navigation-fragment-ktx:2.7.3 '
46- implementation ' androidx.navigation:navigation-ui-ktx:2.7.3 '
41+ implementation ' androidx.navigation:navigation-fragment-ktx:2.9.8 '
42+ implementation ' androidx.navigation:navigation-ui-ktx:2.9.8 '
4743
48- implementation ' com.squareup.picasso:picasso:2.8 '
44+ implementation ' com.squareup.picasso:picasso:2.71828 '
4945}
0 commit comments