File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
ssjetpackcomposeprogressbutton Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Please get **Android Studio Arctic Fox 2020.3.1** or above [from here](https://d
4848
4949 ```groovy
5050 dependencies {
51- implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.6 '
51+ implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.7 '
5252 }
5353 ```
5454
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ plugins {
44}
55
66android {
7- compileSdk 30
7+ compileSdk 31
88 buildToolsVersion " 30.0.3"
99
1010 defaultConfig {
1111 applicationId " com.simform.ssjetpackcomposeprogressbutton"
1212 minSdk 21
1313 targetSdk 30
1414 versionCode 2
15- versionName " 1.0.6 "
15+ versionName " 1.0.7 "
1616
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1818 vectorDrawables {
@@ -44,11 +44,11 @@ android {
4444}
4545
4646dependencies {
47- implementation ' androidx.appcompat:appcompat:1.3.0 '
48- implementation ' com.google.android.material:material:1.4 .0'
49- implementation " androidx.compose.ui:ui:$c ompose_version "
47+ implementation ' androidx.appcompat:appcompat:1.4.1 '
48+ implementation ' com.google.android.material:material:1.5 .0'
49+ implementation " androidx.compose.ui:ui:1.0.5 "
5050 implementation " androidx.compose.material:material:$compose_version "
5151 implementation " androidx.compose.ui:ui-tooling:$compose_version "
52- implementation ' androidx.activity:activity-compose:1.3.0-rc02 '
52+ implementation ' androidx.activity:activity-compose:1.4.0 '
5353 implementation project(path : ' :ssjetpackcomposeprogressbutton' )
5454}
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:7.1.0-alpha03 '
11+ classpath ' com.android.tools.build:gradle:7.1.2 '
1212 classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10'
13- classpath ' com.android.tools.lint:lint:27.2.2 '
13+ classpath ' com.android.tools.lint:lint:30.0.4 '
1414 }
1515}
1616
Original file line number Diff line number Diff line change 11# Thu May 06 09:44:53 IST 2021
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0. 2-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-all.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ afterEvaluate {
1212 from components. release
1313 groupId = ' com.simform.ssloadingbuttonlibrary'
1414 artifactId = ' ssjetpackcomposeprogressbutton'
15- version = ' 1.0.6 '
15+ version = ' 1.0.7 '
1616 }
1717 }
1818 }
You can’t perform that action at this time.
0 commit comments