Skip to content

Commit 75184d5

Browse files
committed
docs: update README
1 parent c546b08 commit 75184d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Android X2J
22

3-
[![jitpack](https://jitpack.io/v/7hens/android-x2j.svg)](https://jitpack.io/#7hens/android-x2j)
3+
<!--[![jitpack](https://jitpack.io/v/7hens/android-x2j.svg)](https://jitpack.io/#7hens/android-x2j)-->
44
[![license](https://img.shields.io/github/license/7hens/android-x2j.svg)](https://github.com/7hens/android-x2j/blob/master/LICENSE)
55
[![stars](https://img.shields.io/github/stars/7hens/android-x2j.svg?style=social)](https://github.com/7hens/android-x2j)
66

@@ -14,7 +14,7 @@ In the traditional case, XML is parsed at runtime (via LayoutInflater), while An
1414

1515
1) in build/gradle.
1616

17-
last_version: [![jitpack](https://jitpack.io/v/7hens/android-x2j.svg)](https://jitpack.io/#7hens/android-x2j)
17+
<!--last_version: [![jitpack](https://jitpack.io/v/7hens/android-x2j.svg)](https://jitpack.io/#7hens/android-x2j)-->
1818

1919
```groovy
2020
buildscript {
@@ -23,7 +23,7 @@ buildscript {
2323
maven { url "https://jitpack.io" }
2424
}
2525
dependencies {
26-
classpath 'com.github.7hens:android-x2j:<last_version>'
26+
classpath 'com.github.7hens:android-x2j:1,4'
2727
}
2828
}
2929
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Android X2J
22

3-
[![jitpack](https://jitpack.io/v/7hens/android-x2j.svg)](https://jitpack.io/#7hens/android-x2j)
3+
<!--[![jitpack](https://jitpack.io/v/7hens/android-x2j.svg)](https://jitpack.io/#7hens/android-x2j)-->
44
[![license](https://img.shields.io/github/license/7hens/android-x2j.svg)](https://github.com/7hens/android-x2j/blob/master/LICENSE)
55
[![stars](https://img.shields.io/github/stars/7hens/android-x2j.svg?style=social)](https://github.com/7hens/android-x2j)
66

@@ -16,7 +16,7 @@ Android X2J(XML to Java)是一个 Gradle 插件,它可以在 APK 编译期
1616

1717
1) 配置根目录的 build/gradle。
1818

19-
last_version: [![jitpack](https://jitpack.io/v/7hens/android-x2j.svg)](https://jitpack.io/#7hens/android-x2j)
19+
<!--last_version: [![jitpack](https://jitpack.io/v/7hens/android-x2j.svg)](https://jitpack.io/#7hens/android-x2j)-->
2020

2121
```groovy
2222
buildscript {
@@ -25,7 +25,7 @@ buildscript {
2525
maven { url "https://jitpack.io" }
2626
}
2727
dependencies {
28-
classpath 'com.github.7hens:android-x2j:<last_version>'
28+
classpath 'com.github.7hens:android-x2j:1,4'
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)