diff --git a/.github/workflows/codeberg.yml b/.github/workflows/codeberg.yml deleted file mode 100755 index 4747e8f..0000000 --- a/.github/workflows/codeberg.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Sync to Codeberg -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true -on: - push: - workflow_dispatch: - schedule: - - cron: "0 */6 * * *" - -jobs: - codeberg: - if: github.repository == 'VendroidEnhanced/Vendroid' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1.1.1 - with: - target_repo_url: "git@codeberg.org:VendroidEnhanced/Vendroid.git" - ssh_private_key: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }} diff --git a/app/build.gradle b/app/build.gradle index dc09156..11b9ca3 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.nin0dev.vendroid" minSdk 25 targetSdk 34 - versionCode 10 - versionName "1.7" + versionCode 11 + versionName "1.8" } buildTypes { @@ -37,8 +37,9 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.activity:activity-ktx:1.9.3' - implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.google.code.gson:gson:2.12.1' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'com.google.firebase:firebase-common-ktx:21.0.0' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 70fffeb..6d9338c 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,9 +19,6 @@ android:exported="true" android:launchMode="singleTask" android:theme="@style/AppTheme" /> - ?>? = null - fun checkUpdates(ignoreSetting: Boolean = false) - { + private fun setupQuickCss() { + val saveButton = findViewById