Skip to content

Commit

Permalink
v2.7 released
Browse files Browse the repository at this point in the history
  • Loading branch information
iamr0s committed Jun 4, 2023
1 parent a8efce0 commit ddb7fe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "com.rosan.dhizuku"
minSdk = 21
targetSdk = 33
versionCode = 9
versionName = "2.6"
versionCode = 10
versionName = "2.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/rosan/dhizuku/server/DhizukuProcess.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package com.rosan.dhizuku.server

import android.annotation.SuppressLint
import com.rosan.app_process.AppProcess

@SuppressLint("StaticFieldLeak")
object DhizukuProcess : AppProcess.Default() {
init {
init()
Expand Down

0 comments on commit ddb7fe0

Please sign in to comment.