File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 28
4
+ compileSdkVersion 34
5
5
defaultConfig {
6
6
applicationId " com.spisoft.spedittext"
7
7
minSdkVersion 19
8
- targetSdkVersion 28
9
- versionCode 1
10
- versionName " 1.0 "
8
+ targetSdkVersion 34
9
+ versionCode 123
10
+ versionName " 1.2.3 "
11
11
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12
12
}
13
13
buildTypes {
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ buildscript {
4
4
repositories {
5
5
google()
6
6
jcenter()
7
+ mavenCentral()
8
+ maven { url ' https://jitpack.io' }
7
9
8
10
}
9
11
dependencies {
@@ -18,7 +20,8 @@ allprojects {
18
20
repositories {
19
21
google()
20
22
jcenter()
21
-
23
+ mavenCentral()
24
+ maven { url ' https://jitpack.io' }
22
25
}
23
26
}
24
27
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 28
4
+ compileSdkVersion 34
5
5
6
6
7
7
defaultConfig {
8
8
minSdkVersion 19
9
- targetSdkVersion 28
10
- versionCode 112
11
- versionName " 1.1.2 "
9
+ targetSdkVersion 34
10
+ versionCode 123
11
+ versionName " 1.2.3 "
12
12
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
14
14
consumerProguardFiles ' consumer-rules.pro'
You can’t perform that action at this time.
0 commit comments