Skip to content

Commit e04e72e

Browse files
committed
v 123
1 parent c8c1d5f commit e04e72e

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 34
55
defaultConfig {
66
applicationId "com.spisoft.spedittext"
77
minSdkVersion 19
8-
targetSdkVersion 28
9-
versionCode 1
10-
versionName "1.0"
8+
targetSdkVersion 34
9+
versionCode 123
10+
versionName "1.2.3"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ buildscript {
44
repositories {
55
google()
66
jcenter()
7+
mavenCentral()
8+
maven { url 'https://jitpack.io' }
79

810
}
911
dependencies {
@@ -18,7 +20,8 @@ allprojects {
1820
repositories {
1921
google()
2022
jcenter()
21-
23+
mavenCentral()
24+
maven { url 'https://jitpack.io' }
2225
}
2326
}
2427

spsedittextview/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 34
55

66

77
defaultConfig {
88
minSdkVersion 19
9-
targetSdkVersion 28
10-
versionCode 112
11-
versionName "1.1.2"
9+
targetSdkVersion 34
10+
versionCode 123
11+
versionName "1.2.3"
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)