Skip to content

Commit

Permalink
Fixed Gradle 7.x issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Nov 5, 2021
1 parent fc27754 commit 8069f90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ buildscript {
ext.compile_sdk_version = 31
ext.min_sdk_version = 21
ext.target_sdk_version = 31
ext.project_version_code = 145
ext.project_version_name = '1.4.5'
ext.project_version_code = 146
ext.project_version_name = '1.4.6'

repositories {
google()
Expand Down
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jdk:
- openjdk11

install:
- ./gradlew build :library-timeline:publishToMavenLocal

0 comments on commit 8069f90

Please sign in to comment.