@@ -58,7 +58,7 @@ allprojects {
module 的 build.gradle
```groovy
-implementation 'com.github.liangjingkanji:Net:1.3.5'
+implementation 'com.github.liangjingkanji:Net:1.3.6'
```
@@ -7,4 +7,11 @@
android:orientation="vertical"
tools:context=".MainActivity">
+
+ <TextView
+ android:id="@+id/textView"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="TextView" />
</LinearLayout>