Skip to content

Commit

Permalink
Remove targetSdkVersion config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser committed Feb 8, 2024
1 parent 60bdb59 commit 111ec24
Show file tree
Hide file tree
Showing 48 changed files with 0 additions and 48 deletions.
1 change: 0 additions & 1 deletion aws-android-sdk-apigateway-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-apigateway-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ android {

defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
}
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-auth-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 11
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-auth-facebook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 14 // v4 support, brought from facebook sdk
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-auth-google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 14 // gms auth brought by google sdk
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-auth-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 14 // appcompat
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-auth-userpools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 14 // setAllCaps(), 11 otherwise
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-cloudwatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-cognitoauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 16 // androidx.browser
targetSdkVersion 29

manifestPlaceholders = [
'authRedirectScheme': 'FOR_LIBRARY_CONSUMER_TO_OVERRIDE'
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-cognitoidentityprovider-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-cognitoidentityprovider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
compileOptions {
sourceCompatibility 1.8
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-comprehend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-connect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-connectparticipant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-core-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
}
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29

consumerProguardFiles 'consumer-proguard-rules.pro'
}
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-ddb-document/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-ddb-mapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-ddb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-ec2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-iot-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ android {

defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
testInstrumentationRunnerArguments(['notClass': 'org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter'])
}
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-iot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-kinesisvideo-archivedmedia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 21 // for kinesisvideo, which uses camera2 APIs.
targetSdkVersion 29
}

packagingOptions {
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-kinesisvideo-signaling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-kinesisvideo-webrtcstorage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-kinesisvideo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ android {

defaultConfig {
minSdkVersion 24 // https://developer.android.com/reference/javax/net/ssl/X509ExtendedTrustManager
targetSdkVersion 29
}

packagingOptions {
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-kms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-lex/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 11
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-logs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-machinelearning/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-mobile-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ android {

defaultConfig {
minSdkVersion 14 // FB, Google, UI, UserPools all need 14, Hosted UI needs 16
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-pinpoint-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 18 // UIAutomator
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
}
Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-pinpoint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 14 // androidx core, for NotificationCompat
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-polly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-rekognition/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-s3-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ android {

defaultConfig {
minSdkVersion 14 // ext junit
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-sagemaker-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-sdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-ses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-sns/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-sqs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ android {

defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-textract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-transcribe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down
1 change: 0 additions & 1 deletion aws-android-sdk-translate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
}
}

Expand Down

0 comments on commit 111ec24

Please sign in to comment.