Skip to content

Commit

Permalink
🔖 change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Szzrain committed Jul 9, 2023
1 parent 6717b82 commit b8d83ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
minSdk 26
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 35
versionName "v0.5.5-rc"
versionCode 36
versionName "v0.5.6-rc"
buildConfigField "String", "DOCUMENTS_AUTHORITY", "\"com.sealdice.dice.authorities\""
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=false
org.gradle.unsafe.configuration-cache=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false

0 comments on commit b8d83ce

Please sign in to comment.