Skip to content

Commit

Permalink
rapt: Bump android libraries, increase minimum versio.
Browse files Browse the repository at this point in the history
The bump of the libraries is because of #5580. Since these
newer play core libraries require newer android versions,
Android 21 (Android 5.0) is now the minimum version.
  • Loading branch information
renpytom committed Jun 22, 2024
1 parent 3315316 commit ac40a02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rapt/prototype/renpyandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdkVersion 35

defaultConfig {
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 35
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -38,7 +38,7 @@ android {


dependencies {
api 'com.google.android.play:asset-delivery:2.1.0'
api 'com.google.android.play:asset-delivery:2.2.2'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10"
Expand Down
5 changes: 2 additions & 3 deletions rapt/prototype/renpyiap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdkVersion 35

defaultConfig {
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 35
versionCode 1
versionName "1.0"
Expand All @@ -18,10 +18,9 @@ android {

dependencies {
implementation 'com.google.android.play:review:2.0.1'
implementation 'com.google.android.play:asset-delivery:2.1.0'

implementation files('libs/in-app-purchasing-2.0.76.jar')
implementation 'com.android.billingclient:billing:6.0.1'
implementation 'com.android.billingclient:billing:7.0.0'

implementation project (':renpyandroid')
}
2 changes: 1 addition & 1 deletion rapt/templates/app-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {

defaultConfig {
applicationId "{{ config.package }}"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 35
versionCode {{ config.numeric_version }}
versionName "{{ config.version }}"
Expand Down

0 comments on commit ac40a02

Please sign in to comment.