Skip to content

Commit 0df16c4

Browse files
committed
Downgrade build tools
1 parent 864aa3c commit 0df16c4

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Apr 17 15:07:31 GET 2023
22
distributionBase=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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

inputmask/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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-
96
android {
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
}

0 commit comments

Comments
 (0)