@@ -5,13 +5,11 @@ plugins {
55}
66
77android {
8- compileSdk 31
8+ compileSdk 33
99
1010 defaultConfig {
1111 minSdk 24
12- targetSdk 31
13- versionCode 1
14- versionName " 1.0"
12+ targetSdk 33
1513
1614 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1715 consumerProguardFiles " consumer-rules.pro"
@@ -33,14 +31,15 @@ android {
3331 buildFeatures{
3432 viewBinding true
3533 }
34+ namespace ' com.mcdev.passwordvalidationview'
3635}
3736
3837dependencies {
3938
40- implementation ' androidx.core:core-ktx:1.6 .0'
41- implementation ' androidx.appcompat:appcompat:1.3 .1'
42- implementation ' com.google.android.material:material:1.4 .0'
43- implementation ' androidx.constraintlayout:constraintlayout:2.1.1 '
39+ implementation ' androidx.core:core-ktx:1.9 .0'
40+ implementation ' androidx.appcompat:appcompat:1.6 .1'
41+ implementation ' com.google.android.material:material:1.8 .0'
42+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
4443
4544 /* android view animations*/
4645 implementation ' com.daimajia.androidanimations:library:2.4@aar'
@@ -59,7 +58,7 @@ afterEvaluate {
5958 // You can then customize attributes of the publication as shown below.
6059 groupId = ' com.mcdev.kojofosu'
6160 artifactId = ' PasswordValidationView'
62- version = ' 1.0 '
61+ version = ' 1.1 '
6362 }
6463 // Creates a Maven publication called “debug”.
6564 debug(MavenPublication ) {
@@ -68,7 +67,7 @@ afterEvaluate {
6867
6968 groupId = ' com.mcdev.kojofosu'
7069 artifactId = ' PasswordValidationView'
71- version = ' 1.0 '
70+ version = ' 1.1 '
7271 }
7372 }
7473 }
0 commit comments