Skip to content

Commit

Permalink
rapt: Target android 35.
Browse files Browse the repository at this point in the history
  • Loading branch information
renpytom committed Jun 22, 2024
1 parent 259edfa commit 3315316
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -5,11 +5,11 @@ plugins {
android {
namespace 'org.renpy.android'

compileSdkVersion 33
compileSdkVersion 35

defaultConfig {
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions rapt/prototype/renpyiap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
android {
namespace 'org.renpy.renpyiap'

compileSdkVersion 33
compileSdkVersion 35

defaultConfig {
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 35
versionCode 1
versionName "1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions rapt/templates/app-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ def localProperties = new Properties()
localProperties.load(new FileInputStream(localPropertiesFile))

android {
compileSdkVersion 33
compileSdkVersion 35

namespace "{{ config.package }}"

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

0 comments on commit 3315316

Please sign in to comment.