Skip to content

Commit

Permalink
Release 3.2 (3205)
Browse files Browse the repository at this point in the history
🔧 New dependencies changes:
• Update Appcompat to 1.7.0-alpha03
• Update Browser to 1.8.0
• Update Core(-ktx) to 1.13.0
• Update Espresso-core to 3.6.0-alpha03
• Update Gradle to 8.5.0-alpha06
• Update Kotlin to 1.9.23

🗂️ Others Changes:
• Update versionCode to 3205 (3.2)
• Update buildToolsVersion to 35.0.0-rc3
• Added Brazilian Portuguese Translation
  • Loading branch information
AkosPaha01 committed Apr 20, 2024
2 parents 514c685 + 920fd27 commit d302def
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r26c
ndk-version: r26d

- name: Get Commit Message
id: commitMessage
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
signingKey: ${{ secrets.SIGNING_KEY }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
buildToolsVersion: 35.0.0-rc1
buildToolsVersion: 35.0.0-rc3

- name: List files
run: ls app/build/outputs/apk/release
Expand All @@ -101,7 +101,7 @@ jobs:
run: mv app/build/outputs/apk/release/app-release-unsigned-signed.apk app/build/outputs/apk/release/app-release.apk

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: Release Artifact
path: app/build/outputs/apk/release/app-release.apk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r26c
ndk-version: r26d

- name: Setup JDK
uses: actions/setup-java@v4
Expand Down Expand Up @@ -73,10 +73,10 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: 35.0.0-rc1
BUILD_TOOLS_VERSION: 35.0.0-rc3

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: Artifact
path: app/build/outputs/bundle/release/app-release.aab
Expand Down
6 changes: 5 additions & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ plugins {
android {
namespace = "de.dertyp7214.rboardpatcher"
compileSdkPreview = "VanillaIceCream"
buildToolsVersion = "35.0.0 rc1"
buildToolsVersion = "35.0.0 rc3"

buildFeatures.buildConfig = true

defaultConfig {
applicationId = "de.dertyp7214.rboardpatcher"
minSdk = 23
targetSdk = 34
versionCode = 3203
versionCode = 3205
versionName = "3.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
21 changes: 21 additions & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Rboard Patcher</string>
<string name="search">Pesquisar</string>
<string name="patchTheme">Tema de patch</string>
<string name="share_theme">Compartilhar tema</string>
<string name="addToManager">Adicionar ao gerenciador</string>
<string name="pickTheme">Escolher tema</string>
<string name="name">Nome</string>
<string name="author">Autor</string>
<string name="sourceCode">Código fonte</string>
<string name="patchesRepo">Repositório de patches</string>
<string name="xdaThread">XDA Forums</string>
<string name="newTag">Novo</string>
<string name="lorem">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec laoreet ante quis blandit pellentesque. Sed vulputate arcu ac pharetra iaculis. Nulla massa felis, aliquet in vestibulum vel, tempor condimentum nunc.</string>
<string name="fontPreview"><![CDATA[abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 .,:;-_#\'*+\"/=?()&§!ß]]></string>
<string name="insert_image">Inserir imagem</string>
<string name="update_available">Atualização disponível (%s)</string>
<string name="theme_installed">Tema instalado com sucesso!</string>
<string name="theme_install_failed">Falha ao instalar o tema!</string>
</resources>
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
dependencies {
classpath(libs.gradle)
//noinspection DifferentKotlinGradleVersion
classpath(kotlin("gradle-plugin", version = "1.9.22"))
classpath(kotlin("gradle-plugin", version = "1.9.23"))
}
}

Expand Down
19 changes: 9 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
androidx-junit = "1.1.5"
appcompat = "1.6.1"
browser = "1.7.0"
appcompat = "1.7.0-alpha03"
browser = "1.8.0"
constraintlayout = "2.1.4"
coreKtx = "1.12.0"
coreKtx = "1.13.0"
desugar_jdk_libs_nio = "2.0.4"
espressoCore = "3.5.1"
gradle = "8.4.0-alpha10"
espressoCore = "3.6.0-alpha03"
gradle = "8.5.0-alpha06"
gson = "2.10.1"
junit = "4.13.2"
kotlinreflect = "1.9.22"
kotlinStdlib = "1.9.22"
kotlinreflect = "1.9.23"
kotlinStdlib = "1.9.23"
kotlinxCoroutinesAndroid = "1.8.0"
kspPlugin = "1.9.22-1.0.17"
kspPlugin = "1.9.23-1.0.20"
material = "1.11.0"
preferenceKtx = "1.2.1"
storage = "1.5.5"
kotlin = "1.9.22"
kotlin = "1.9.23"

[libraries]
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
Expand All @@ -29,7 +29,6 @@ ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-junit"
gradle = { module = "com.android.tools.build:gradle", version.ref = "gradle" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
junit = { module = "junit:junit", version.ref = "junit" }
androidx_junit = { module = "androidx.test.ext:junit", version.ref = "junit" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect ", version.ref = "kotlinreflect" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinStdlib" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Feb 16 21:57:43 CET 2024
#Thu Apr 04 09:36:50 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d302def

Please sign in to comment.