diff --git a/PrintWrapper/build.gradle b/PrintWrapper/build.gradle index 22c4978..804c1ee 100644 --- a/PrintWrapper/build.gradle +++ b/PrintWrapper/build.gradle @@ -11,15 +11,14 @@ ext { } android { - namespace 'com.zebra.printwrapper' ndkVersion "21.0.6113669" - compileSdkVersion 34 + compileSdkVersion 33 defaultConfig { minSdkVersion 25 - targetSdkVersion 34 - versionCode 10 - versionName "1.9" + targetSdkVersion 33 + versionCode 9 + versionName "1.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -56,20 +55,16 @@ android { } } -configurations.all { - resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib:1.8.22" - resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22" -} - dependencies { //implementation fileTree(dir: "libs", include: ["*.jar"]) implementation files('libs/ZSDK_ANDROID_API.jar') implementation files('libs/jackson-core-2.2.3.jar') implementation files('libs/jackson-annotations-2.2.3.jar') implementation files('libs/jackson-databind-2.2.3.jar') - implementation 'androidx.appcompat:appcompat:1.7.0' - testImplementation 'junit:junit:4.13.2' + implementation 'androidx.appcompat:appcompat:1.2.0' + testImplementation 'junit:junit:4.12' implementation 'com.tom-roush:pdfbox-android:2.0.27.0' + } def jarName = 'PrintWrapper.jar' diff --git a/build.gradle b/build.gradle index 0a484b7..21e1608 100644 --- a/build.gradle +++ b/build.gradle @@ -11,14 +11,15 @@ buildscript { gradlePluginPortal() } dependencies { - classpath "com.android.tools.build:gradle:8.2.1" + classpath "com.android.tools.build:gradle:7.1.1" //classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } plugins { - id 'com.android.application' version '8.2.1' apply false - id 'com.android.library' version '8.2.1' apply false + id 'com.android.application' version '7.2.1' apply false + id 'com.android.library' version '7.2.1' apply false + } task clean(type: Delete) { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5e129a1..fda7187 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Aug 23 16:10:29 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip