Skip to content

Commit

Permalink
fixed maven publish jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-khosravi-sh committed Sep 2, 2021
1 parent 68bbdf4 commit e550ec1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions arrowpanel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

def LIB_GROUP_ID = 'com.mahdikh.vision'
def LIB_ARTIFACT_ID = 'arrowpanel'
def LIB_VERSION = '1.0.0'
def LIB_VERSION = '1.0.1'

android {
compileSdk 30
Expand All @@ -15,7 +15,7 @@ android {
minSdk 21
targetSdk 30
versionCode 1
versionName "1.0"
versionName LIB_VERSION

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk11

0 comments on commit e550ec1

Please sign in to comment.