Skip to content

Commit

Permalink
[INJIMOB-1709] - downgrade java to 11 and respective gradle componets (
Browse files Browse the repository at this point in the history
…#41)

Signed-off-by: Sreenadh S <[email protected]>
  • Loading branch information
sree96 authored Sep 13, 2024
1 parent 2892b33 commit 71d00ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kotlin-artifacts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
SERVICE_LOCATION: 'vc-verifier/kotlin'
ANDROID_SERVICE_LOCATION: 'vcverifier'
JAVA_VERSION: 11
JAVA_VERSION: 21
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_URL: ${{secrets.OSSRH_SNAPSHOT_URL }}
Expand Down
4 changes: 2 additions & 2 deletions vc-verifier/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.3.2"
kotlin = "2.0.0"
agp = "8.3.0"
kotlin = "1.9.0"
junit = "4.13.2"
mockk = "1.13.10"
ldSignaturesJava = "1.9.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Aug 07 19:17:43 IST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions vc-verifier/kotlin/vcverifier/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {

android {
namespace = "io.mosip.vccred.vcverifier"
compileSdk = 34
compileSdk = 33

defaultConfig {
minSdk = 24
minSdk = 23
}

buildTypes {
Expand Down

0 comments on commit 71d00ef

Please sign in to comment.