File tree 4 files changed +9
-9
lines changed
src/main/java/com/tobiasschuerg/prefixsuffix
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.7.10 '
2
+ ext. kotlin_version = ' 1.7.20 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
4
4
group = ' com.github.tobiasschuerg'
5
5
6
6
android {
7
- compileSdkVersion 28
7
+ compileSdkVersion 33
8
8
9
9
defaultConfig {
10
10
minSdkVersion 16
@@ -24,8 +24,8 @@ android {
24
24
}
25
25
26
26
dependencies {
27
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
28
- implementation ' androidx.appcompat:appcompat:1.1.0 '
27
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
28
+ implementation ' androidx.appcompat:appcompat:1.5.1 '
29
29
30
- testImplementation ' junit:junit:4.13'
30
+ testImplementation ' junit:junit:4.13.2 '
31
31
}
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class PrefixSuffixEditText constructor(
70
70
typedArray.recycle()
71
71
}
72
72
73
- override fun setTypeface (typeface : Typeface ) {
73
+ override fun setTypeface (typeface : Typeface ? ) {
74
74
super .setTypeface(typeface)
75
75
76
76
if (isInitialized) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 29
5
+ compileSdkVersion 33
6
6
defaultConfig {
7
7
applicationId " com.tobiasschuerg.prefixpostfix"
8
8
minSdkVersion 17
@@ -26,6 +26,6 @@ android {
26
26
dependencies {
27
27
implementation project(' :library' )
28
28
29
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
30
- implementation ' androidx.appcompat:appcompat:1.1.0 '
29
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
30
+ implementation ' androidx.appcompat:appcompat:1.5.1 '
31
31
}
You can’t perform that action at this time.
0 commit comments