This repository was archived by the owner on Apr 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-9
lines changed
Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
1515 defaultConfig {
1616 minSdkVersion 15
1717 targetSdkVersion 30
18- versionCode 7
19- versionName " 1.0.2 "
18+ versionCode 8
19+ versionName " 1.0.4 "
2020 }
2121
2222 buildFeatures {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
22
33def LIB_GROUP_ID = ' me.jackdevey'
44def LIB_ARTIFACT_ID = ' codeview'
5- def LIB_VERSION = ' 1.0.3 '
5+ def LIB_VERSION = ' 1.0.4 '
66
77task sourceJar (type : Jar ) {
88 from android. sourceSets. main. java. srcDirs
Original file line number Diff line number Diff line change 2020 android : layout_width =" match_parent"
2121 android : layout_height =" match_parent"
2222 android : padding =" 5dp"
23+ android : background =" @color/white"
2324 android : textColor =" ?android:attr/textColorPrimary"
24- android : textSize =" 12sp" />
25+ android : textSize =" 12sp"
26+ android : fontFamily =" @font/roboto" />
2527
2628</LinearLayout >
Original file line number Diff line number Diff line change @@ -47,13 +47,12 @@ You can customise the CodeView to make sure that it fits with the theme of your
4747| numberLines | Boolean | Number each line | true | β |
4848| backgroundColour | Color | The colour of the background | GREY | β |
4949
50-
51-
5250## License
5351This library is licensed under the [ Apache Software License, Version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 ) .
5452
5553See [ ` LICENSE ` ] ( LICENSE ) for full of the license text.
5654
55+ ```
5756 Licensed under the Apache License, Version 2.0 (the "License");
5857 you may not use this file except in compliance with the License.
5958 You may obtain a copy of the License at
@@ -65,3 +64,4 @@ See [`LICENSE`](LICENSE) for full of the license text.
6564 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6665 See the License for the specific language governing permissions and
6766 limitations under the License.
67+ ```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:7.0.0-alpha09 '
12+ classpath ' com.android.tools.build:gradle:7.0.0-alpha12 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
1414
1515 classpath ' com.vanniktech:gradle-maven-publish-plugin:0.14.2' // NEW
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android.useAndroidX=true
2020
2121GROUP =me.jackdevey
2222POM_ARTIFACT_ID =codeview
23- VERSION_NAME =1.0.3
23+ VERSION_NAME =1.0.4
2424
2525POM_NAME =CodeView
2626POM_PACKAGING =aar
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >me.jackdevey.codeview</groupId >
55 <artifactId >codeview</artifactId >
6- <version >1.0.0 </version >
6+ <version >1.0.4 </version >
77 <packaging >jar</packaging >
88 <dependencies >
99 <dependency >
You canβt perform that action at this time.
0 commit comments