Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 9e7eaba

Browse files
author
Frederic Julian
committed
v1.5.5
1 parent 99596e8 commit 9e7eaba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Table of Contents
5454
###Gradle dependencies###
5555

5656
```groovy
57-
ext.androidquery_version = '1.5.4'
57+
ext.androidquery_version = '1.5.5'
5858
5959
dependencies {
6060
annotationProcessor "net.frju.androidquery:android-query-preprocessor:${androidquery_version}"

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121

2222
publishedGroupId = 'net.frju.androidquery'
2323

24-
libraryVersion = '1.5.4'
24+
libraryVersion = '1.5.5'
2525

2626
developerId = 'frju'
2727
developerName = 'Frédéric Julian'

0 commit comments

Comments
 (0)