Skip to content

Commit

Permalink
No need for jitpack internally
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Feb 17, 2022
1 parent 69ca2e3 commit d7ff51f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"

android {
compileSdkVersion 31
compileSdkVersion 32

defaultConfig {
applicationId "com.jawnnypoo.physicslayout.sample"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 32
versionCode 101
versionName "1.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.4"
classpath "com.android.tools.build:gradle:7.1.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.vanniktech:gradle-maven-publish-plugin:0.18.0"
}
Expand Down
6 changes: 3 additions & 3 deletions physicslayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ apply plugin: "com.vanniktech.maven.publish"
apply from: "../publish.gradle"

android {
compileSdkVersion 31
compileSdkVersion 32

defaultConfig {
minSdkVersion 15
targetSdkVersion 31
targetSdkVersion 32
versionCode 1
versionName "1.0"
}
Expand All @@ -20,5 +20,5 @@ android {
dependencies {
api("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
api("org.jbox2d:jbox2d-library:2.2.1.1")
api("com.github.Commit451:TranslationViewDragHelper:2.0.1")
api("com.commit451:translationviewdraghelper:2.0.3")
}

0 comments on commit d7ff51f

Please sign in to comment.