Skip to content

Commit

Permalink
Downgrade build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
taflanidi committed Apr 17, 2023
1 parent 864aa3c commit 0df16c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'com.android.application' version '7.1.3' apply false
id 'com.android.library' version '7.1.3' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'maven-publish'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Apr 17 15:07:31 GET 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
5 changes: 1 addition & 4 deletions inputmask/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ plugins {
id 'org.jetbrains.kotlin.android'
}

group = 'com.redmadrobot'
version = '7.2.3'

android {
namespace 'com.redmadrobot.inputmask'
compileSdk 33
Expand Down Expand Up @@ -51,7 +48,7 @@ afterEvaluate {
from components.release
groupId = 'com.redmadrobot'
artifactId = 'inputmask'
version = '7.2.3'
version = '7.2.4'
}
}
}
Expand Down

0 comments on commit 0df16c4

Please sign in to comment.