Skip to content

Commit

Permalink
Increase minimum API level to 24 (integration tests) (closes #718)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Sep 30, 2024
1 parent fc1c4a9 commit 5e13c0b
Show file tree
Hide file tree
Showing 161 changed files with 476 additions and 476 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31

defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test_library1"
compileSdk 23
compileSdk 31

defaultConfig {
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31

defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test_library1"
compileSdk 23
compileSdk 31

defaultConfig {
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31

defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test_library1"
compileSdk 23
compileSdk 31

defaultConfig {
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test_library2"
compileSdk 23
compileSdk 31

defaultConfig {
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31

defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test_library1"
compileSdk 23
compileSdk 31

defaultConfig {
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
python {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk { abiFilters "x86" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 20
targetSdk 23
minSdk 23
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand All @@ -19,7 +19,7 @@ android {
productFlavors {
red {
dimension "color"
minSdk 20
minSdk 23
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
python {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.chaquo.python'

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31
defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
python {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31

defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
python {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31

defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
python {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace "com.chaquo.python.test"
compileSdk 23
compileSdk 31

defaultConfig {
applicationId "com.chaquo.python.test"
minSdk 21
targetSdk 23
minSdk 24
targetSdk 31
versionCode 1
versionName "0.0.1"
python {
Expand Down
Loading

0 comments on commit 5e13c0b

Please sign in to comment.