Skip to content

Commit

Permalink
Merge pull request #59 from Meesho/migrate-jsonhandleview
Browse files Browse the repository at this point in the history
Migrate jsonhandleview to androidX
  • Loading branch information
vikasraimeesho authored Dec 20, 2022
2 parents cb3ff9b + 4d33f2e commit 312dc27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
lifecycleVersion = '2.5.1'
androidXArchTestVersion = '2.0.0'
paletteKtxVersion = '1.0.0'
jsonhandleviewVersion = '1.2.2'
jsonhandleviewVersion = '1.2.3'

// Networking
brotliVersion = '0.1.2'
Expand Down Expand Up @@ -84,6 +84,13 @@ allprojects {
password = jfrogArtifactoryKey
}
}
maven {
url "${jfrogArtifactoryUrl}/${project.properties["SNAPSHOT_REPO_NAME"]}"
credentials {
username = jfrogArtifactoryUserName
password = jfrogArtifactoryKey
}
}
}

tasks.withType(Test) {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
android.enableJetifier=true
android.useAndroidX=true

VERSION_NAME=4.0.0-SNAPSHOT
Expand Down

0 comments on commit 312dc27

Please sign in to comment.