Skip to content

Commit

Permalink
Add .pack.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Jan 31, 2023
1 parent a709b66 commit 057a6fe
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 34 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
submodules: recursive

Expand All @@ -35,7 +35,7 @@ jobs:
java-version: 17

- name: Cache Gradle dependencies
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
if: ${{ false }}
with:
path: |
Expand All @@ -46,7 +46,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-

- name: Cache build cache
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
with:
path: |
${{ github.workspace }}/.ccache
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: mv app/build/outputs/apk/debug/app-debug-signed.apk app/build/outputs/apk/debug/app-debug.apk

- name: Upload Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: Debug Artifact
path: app/build/outputs/apk/debug/app-debug.apk
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
submodules: recursive

Expand All @@ -163,7 +163,7 @@ jobs:
java-version: 17

- name: Cache Gradle dependencies
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
if: ${{ false }}
with:
path: |
Expand All @@ -174,7 +174,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-

- name: Cache build cache
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
with:
path: |
${{ github.workspace }}/.ccache
Expand Down Expand Up @@ -224,7 +224,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@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: Debug Artifact
path: app/build/outputs/apk/release/app-release.apk
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
submodules: recursive

Expand All @@ -293,7 +293,7 @@ jobs:
java-version: 17

- name: Cache Gradle dependencies
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
if: ${{ false }}
with:
path: |
Expand All @@ -304,7 +304,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-

- name: Cache build cache
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
with:
path: |
${{ github.workspace }}/.ccache
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
run: mv app/build/outputs/apk/debug/app-debug-signed.apk app/build/outputs/apk/debug/app-debug.apk

- name: Upload Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: Debug Artifact
path: app/build/outputs/apk/debug/app-debug.apk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/buildPro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
submodules: recursive

Expand All @@ -28,7 +28,7 @@ jobs:
java-version: 17

- name: Cache Gradle dependencies
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: mv app/build/outputs/apk/pro/app-pro-unsigned-signed.apk app/build/outputs/apk/pro/app-pro.apk

- name: Upload Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: Release Artifact
path: app/build/outputs/apk/pro/app-pro.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/createPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
submodules: recursive
fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
submodules: recursive

Expand All @@ -25,7 +25,7 @@ jobs:
java-version: 17

- name: Cache Gradle dependencies
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
with:
path: |
~/.gradle/caches
Expand All @@ -35,7 +35,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-

- name: Cache build cache
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.4
with:
path: |
${{ github.workspace }}/.ccache
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
echo "::set-output name=json::$content"
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: Debug Artifact
path: app/build/outputs/apk/debug/app-debug.apk
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "mathc"]
path = mathc
url = https://github.com/DerTyp7214/MathC.git
[submodule "colorutilsc"]
path = colorutilsc
url = https://github.com/DerTyp7214/ColorUtilsC.git
[submodule "rboardcomponents"]
path = rboardcomponents
url = https://github.com/DerTyp7214/RboardComponents.git
[submodule "colorutilsc"]
path = colorutilsc
url = https://github.com/DerTyp7214/ColorUtilsC.git
16 changes: 8 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
applicationId = "de.dertyp7214.rboardthememanager"
minSdk = 23
targetSdk = 33
versionCode = 376100
versionCode = 376200
versionName = "3.7.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -80,7 +80,7 @@ dependencies {
implementation(project(":mathc"))
implementation(project(":rboardcomponents"))

implementation(platform("com.google.firebase:firebase-bom:31.1.1"))
implementation(platform("com.google.firebase:firebase-bom:31.2.0"))
implementation("com.google.firebase:firebase-messaging-ktx:23.1.1")
implementation("com.google.firebase:firebase-analytics-ktx:21.2.0")

Expand All @@ -97,14 +97,14 @@ dependencies {
implementation("com.github.topjohnwu.libsu:io:$libsuVersion")
implementation("com.github.topjohnwu.libsu:nio:$libsuVersion")
implementation("dev.chrisbanes.insetter:insetter:0.6.1")
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.core:core-ktx:1.10.0-alpha02")
//noinspection DifferentStdlibGradleVersion
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.0")
implementation("androidx.core:core:1.9.0")
implementation("com.google.android.material:material:1.8.0-rc01")
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha05")
implementation("androidx.core:core:1.10.0-alpha02")
implementation("com.google.android.material:material:1.9.0-alpha01")
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha06")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("androidx.activity:activity-ktx:1.7.0-alpha03")
implementation("androidx.activity:activity-ktx:1.7.0-alpha04")
implementation("androidx.fragment:fragment-ktx:1.6.0-alpha04")
implementation("com.jaredrummler:android-shell:1.0.0")
implementation("com.google.firebase:firebase-analytics:21.2.0")
Expand All @@ -123,6 +123,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.4.0-alpha04")
debugImplementation("androidx.compose.ui:ui-tooling:1.4.0-alpha05")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.0")
}
7 changes: 7 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.pack" />
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\.pack" />
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\.pack" />
<data android:pathPattern=".*\\.pack.zip" />
<data android:pathPattern=".*\\..*\\.pack.zip" />
<data android:pathPattern=".*\\..*\\..*\\.pack.zip" />
<data android:pathPattern=".*\\..*\\..*\\..*\\.pack.zip" />
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.pack.zip" />
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\.pack.zip" />
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\.pack.zip" />
<data android:scheme="content" />
<data android:scheme="file" />
</intent-filter>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class AppStartUp(private val activity: AppCompatActivity) {
}

val pushNotificationPermissionLauncher =
activity.registerForActivityResult(ActivityResultContracts.RequestPermission()) { granted ->
activity.registerForActivityResult(ActivityResultContracts.RequestPermission()) { _ ->
checkUpdate()
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ buildscript {
maven("https://oss.sonatype.org/content/repositories/snapshots/")
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.0-alpha01")
classpath("com.android.tools.build:gradle:8.1.0-alpha02")
//noinspection DifferentKotlinGradleVersion
classpath(kotlin("gradle-plugin", version = "1.8.0"))
classpath("com.google.gms:google-services:4.3.14")
classpath("com.google.gms:google-services:4.3.15")
//classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.1")
}
}
Expand Down

0 comments on commit 057a6fe

Please sign in to comment.