Skip to content

Commit

Permalink
Update Workflow files and lib
Browse files Browse the repository at this point in the history
• androidx.compose.ui:ui-tooling to 1.6.0-alpha01
• gradle/gradle-build-action to 2.5.1
• buildToolsVersion to 34.0.0
  • Loading branch information
AkosPaha01 authored Jul 9, 2023
2 parents 6664eaf + cd16614 commit 98881c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildPro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Build apk
id: buildAllApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.1
with:
gradle-version: wrapper
arguments: assemblePro
Expand All @@ -79,7 +79,7 @@ jobs:
signingKey: ${{ secrets.SIGNING_KEY }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
buildToolsVersion: '34.0.0-rc4'
buildToolsVersion: '34.0.0'

- 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 @@ -51,7 +51,7 @@ jobs:

- name: Build apk
id: buildAllApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.1
with:
gradle-version: wrapper
wrapper-cache-enabled: true
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ dependencies {
implementation("com.github.murgupluoglu:flagkit-android:1.0.2")
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))

debugImplementation("androidx.compose.ui:ui-tooling:1.5.0-beta03")
debugImplementation("androidx.compose.ui:ui-tooling:1.6.0-alpha01")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.0")
}

0 comments on commit 98881c4

Please sign in to comment.