Skip to content

Commit

Permalink
Downgrade AGP to 8.0.2 cause of problems on Android 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Jul 4, 2024
1 parent 082a8ae commit 31ef9ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
//Don't upgrade AGP until https://issuetracker.google.com/issues/302826300 and https://issuetracker.google.com/issues/350946989
classpath 'com.android.tools.build:gradle:8.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
Expand Down
6 changes: 0 additions & 6 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ android {
defaultConfig {
minSdkVersion 14
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

namespace 'universe.constellation.orion.common'
compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ open class OrionEditTextPreference @JvmOverloads constructor(
it,
R.styleable.universe_constellation_orion_viewer_prefs_OrionEditTextPreference_maxValue
)
it.close()
it.recycle()
}

if (pattern != null || minValue != null || maxValue != null) {
Expand Down
4 changes: 2 additions & 2 deletions orion-viewer/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
orion.version.code=2354
orion.version.name=0.94.4
orion.version.code=2358
orion.version.name=0.94.5Beta

0 comments on commit 31ef9ab

Please sign in to comment.