We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81df2f6 commit d785644Copy full SHA for d785644
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "net.accelf.devoptshide"
12
minSdkVersion 26
13
targetSdkVersion 33
14
- versionCode 5
15
- versionName "2.2"
+ versionCode 6
+ versionName "3.0"
16
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
}
changelogs/v3.0/whatsnew-en-US
@@ -0,0 +1 @@
1
+* Support other method to get the status of developer options
0 commit comments