Skip to content

Commit 73ff8f8

Browse files
chore: compile and target api level to 29
1 parent 69b8679 commit 73ff8f8

File tree

49 files changed

+98
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+98
-98
lines changed

aws-android-sdk-apigateway-core/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 9
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

aws-android-sdk-apigateway-test/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 14 // junit ext
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

aws-android-sdk-auth-core/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 11
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

aws-android-sdk-auth-facebook/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 14 // v4 support, brought from facebook sdk
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

aws-android-sdk-auth-google/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 14 // gms auth brought by google sdk
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

aws-android-sdk-auth-ui/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 14 // appcompat
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

aws-android-sdk-auth-userpools/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 14 // setAllCaps(), 11 otherwise
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

aws-android-sdk-cloudwatch/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 9
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

aws-android-sdk-cognito/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 9
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

aws-android-sdk-cognitoauth/build.gradle

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

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

66
defaultConfig {
77
minSdkVersion 16 // androidx.browser
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName '1.0'
1111
}

0 commit comments

Comments
 (0)