Skip to content

Commit e7e6a8a

Browse files
committed
up md
1 parent e571890 commit e7e6a8a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ dependencyResolutionManagement {
7474
```groovy
7575
7676
dependencies {
77-
implementation 'com.github.HanzoDev1375:Android-code-snap:1.0.1'
78-
}
77+
implementation 'com.github.HanzoDev1375:Android-code-snap:1.1.1'
78+
}
7979
8080
8181
```
@@ -117,7 +117,7 @@ adding `xml` in your activity
117117
editor.setTheme(#ThemeManager);
118118
//see other method in MainActivity
119119
editor.setText(#String);
120-
// adding 1.1.2
120+
// adding 1.1.1
121121
editor.setShowHighlighterBracket(#boolean);
122122
```
123123

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#AndroidIDE: enforce UTF-8 & locale for Gradle daemon
2-
#Sat Oct 25 13:40:21 GMT 2025
2+
#Sat Oct 25 14:03:02 GMT 2025
33
android.suppressUnsupportedCompileSdk=35
44
android.nonTransitiveRClass=false
55
-Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)