File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
textoverlay-activity-example
textoverlay-lifecycle-example Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
- platform-tools
7
7
- tools
8
8
- build-tools-26.0.1
9
- - android-25
9
+ - android-26
10
10
- extra-android-m2repository
11
11
- extra-google-m2repository
12
12
licenses :
Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.application'
18
18
19
19
android {
20
- compileSdkVersion 25
20
+ compileSdkVersion 26
21
21
buildToolsVersion ' 26.0.1'
22
22
23
23
defaultConfig {
24
24
applicationId ' com.example.textoverlay.two'
25
25
minSdkVersion 14
26
- targetSdkVersion 25
26
+ targetSdkVersion 26
27
27
versionCode 140109
28
28
versionName ' 1.0.9'
29
29
}
@@ -35,5 +35,5 @@ android {
35
35
36
36
dependencies {
37
37
compile project(' :textoverlay' )
38
- compile ' com.android.support:appcompat-v7:25.4.0 '
38
+ compile ' com.android.support:appcompat-v7:26.0.1 '
39
39
}
Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.application'
18
18
19
19
android {
20
- compileSdkVersion 25
20
+ compileSdkVersion 26
21
21
buildToolsVersion ' 26.0.1'
22
22
23
23
defaultConfig {
24
24
applicationId ' com.example.textoverlay.one'
25
25
minSdkVersion 14
26
- targetSdkVersion 25
26
+ targetSdkVersion 26
27
27
versionCode 140109
28
28
versionName ' 1.0.9'
29
29
}
@@ -35,5 +35,5 @@ android {
35
35
36
36
dependencies {
37
37
compile project(' :textoverlay' )
38
- compile ' com.android.support:appcompat-v7:25.4.0 '
38
+ compile ' com.android.support:appcompat-v7:26.0.1 '
39
39
}
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ if (localPropertiesFile.file) {
31
31
apply plugin : ' com.android.library'
32
32
33
33
android {
34
- compileSdkVersion 25
34
+ compileSdkVersion 26
35
35
buildToolsVersion ' 26.0.1'
36
36
37
37
defaultConfig {
38
38
minSdkVersion 14
39
- targetSdkVersion 25
39
+ targetSdkVersion 26
40
40
versionName ' 1.0.9'
41
41
}
42
42
@@ -57,7 +57,7 @@ android {
57
57
}
58
58
59
59
dependencies {
60
- compile ' com.android.support:support-v4:25.4.0 '
60
+ compile ' com.android.support:support-v4:26.0.1 '
61
61
}
62
62
63
63
group = ' saschpe.android'
You can’t perform that action at this time.
0 commit comments