Skip to content

Commit

Permalink
maybe works
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Apr 28, 2022
1 parent a741070 commit ce57d14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: 31.0.0
BUILD_TOOLS_VERSION: "33.0.0-rc3"

- name: Delete old APK
run: rm app/build/outputs/apk/debug/app-debug.apk
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: 31.0.0
BUILD_TOOLS_VERSION: "33.0.0-rc3"

- name: Rename APK
run: mv app/build/outputs/apk/release/app-release-unsigned-signed.apk app/build/outputs/apk/release/app-release.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildPro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: 31.0.0
BUILD_TOOLS_VERSION: "33.0.0-rc3"

- name: List files
run: ls app/build/outputs/apk/pro
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: 30.0.3
BUILD_TOOLS_VERSION: "33.0.0-rc3"

- name: List files
run: ls app/build/outputs/apk/release
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val libsuVersion = "4.0.3"
val kotlinVersion: String = project.getKotlinPluginVersion()

android {
compileSdkPreview = "Tiramisu"
compileSdkPreview = "TiramisuPrivacySandbox"
buildToolsVersion = "33.0.0-rc3"
buildFeatures.dataBinding = true
buildFeatures.viewBinding = true
Expand Down Expand Up @@ -102,10 +102,10 @@ dependencies {
implementation("com.github.topjohnwu.libsu:io:$libsuVersion")
implementation("com.github.topjohnwu.libsu:busybox:$libsuVersion")
implementation("dev.chrisbanes.insetter:insetter:0.6.1")
implementation("androidx.core:core-ktx:1.9.0-alpha02")
implementation("androidx.core:core-ktx:1.8.0-beta01")
//noinspection DifferentStdlibGradleVersion
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21")
implementation("androidx.core:core:1.9.0-alpha02")
implementation("androidx.core:core:1.8.0-beta01")
implementation("com.google.android.material:material:1.7.0-alpha01")
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
implementation("androidx.preference:preference-ktx:1.2.0")
Expand Down

0 comments on commit ce57d14

Please sign in to comment.