Skip to content

Commit e1021ff

Browse files
author
Ahmad Aghazadeh
committed
Change attr LangName to Lang
1 parent eb90bec commit e1021ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation "android.arch.lifecycle:extensions:1.1.1"
4242
annotationProcessor "android.arch.lifecycle:compiler:1.1.1"
4343

44-
implementation 'com.github.ahmadaghazadeh:CodeEditor:1.0.4'
44+
implementation 'com.github.ahmadaghazadeh:CodeEditor:1.0.5'
4545
testImplementation 'junit:junit:4.12'
4646
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4747
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

library/src/main/res/values/attrs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222

2323
<attr name="code" format="string" />
2424

25-
<attr name="langName" format="string|enum"/>
25+
<attr name="lang" format="string|enum"/>
2626

2727
<declare-styleable name="CodeEditor">
2828
<attr name="code" />
29-
<attr name="langName" />
29+
<attr name="lang" />
3030
</declare-styleable>
3131

3232
<declare-styleable name="ThemeAttributes">

0 commit comments

Comments
 (0)