File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
library/src/main/res/values Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
implementation " android.arch.lifecycle:extensions:1.1.1"
42
42
annotationProcessor " android.arch.lifecycle:compiler:1.1.1"
43
43
44
- implementation ' com.github.ahmadaghazadeh:CodeEditor:1.0.4 '
44
+ implementation ' com.github.ahmadaghazadeh:CodeEditor:1.0.5 '
45
45
testImplementation ' junit:junit:4.12'
46
46
androidTestImplementation ' com.android.support.test:runner:1.0.2'
47
47
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
Original file line number Diff line number Diff line change 22
22
23
23
<attr name =" code" format =" string" />
24
24
25
- <attr name =" langName " format =" string|enum" />
25
+ <attr name =" lang " format =" string|enum" />
26
26
27
27
<declare-styleable name =" CodeEditor" >
28
28
<attr name =" code" />
29
- <attr name =" langName " />
29
+ <attr name =" lang " />
30
30
</declare-styleable >
31
31
32
32
<declare-styleable name =" ThemeAttributes" >
You can’t perform that action at this time.
0 commit comments