File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id ' com.android.application' version ' 7.4.2 ' apply false
4- id ' com.android.library' version ' 7.4.2 ' apply false
3+ id ' com.android.application' version ' 7.1.3 ' apply false
4+ id ' com.android.library' version ' 7.1.3 ' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.8.0' apply false
66 id ' maven-publish'
77}
Original file line number Diff line number Diff line change 11# Mon Apr 17 15:07:31 GET 2023
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1-bin .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 @@ -3,9 +3,6 @@ plugins {
33 id ' org.jetbrains.kotlin.android'
44}
55
6- group = ' com.redmadrobot'
7- version = ' 7.2.3'
8-
96android {
107 namespace ' com.redmadrobot.inputmask'
118 compileSdk 33
@@ -51,7 +48,7 @@ afterEvaluate {
5148 from components. release
5249 groupId = ' com.redmadrobot'
5350 artifactId = ' inputmask'
54- version = ' 7.2.3 '
51+ version = ' 7.2.4 '
5552 }
5653 }
5754 }
You can’t perform that action at this time.
0 commit comments