Skip to content

Commit

Permalink
Revert library version to 7.2.2
Browse files Browse the repository at this point in the history
Revert to gradle 7.3.3
  • Loading branch information
ltrudu committed Dec 12, 2024
1 parent 5dcf12b commit 3106a0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.android.library' version '8.0.0' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'maven-publish'
}
Expand Down
6 changes: 3 additions & 3 deletions datawedgeprofileintentswrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
ext {
PUBLISH_GROUP_ID = 'com.zebra.datawedgeprofileintents'
PUBLISH_ARTIFACT_ID = 'datawedgeprofileintents'
PUBLISH_VERSION = '14.8.3'
PUBLISH_VERSION = '14.8.4'
}

android {
Expand All @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 151
versionName "14.8.3"
versionCode 152
versionName "14.8.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
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 @@
#Wed Dec 04 09:43:50 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3106a0b

Please sign in to comment.