Skip to content

Commit

Permalink
add queries
Browse files Browse the repository at this point in the history
  • Loading branch information
likewu committed Oct 29, 2021
1 parent 636b700 commit 28a588c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
targetSdkVersion versions.targetSdk

versionCode 10007
versionName "2021.10.21"
versionName "2021.10.29"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@

<data android:mimeType="*/*" />
</intent>
<package android:name="tech.ula" />
<package android:name="cn.leafcolor.ui" />
</queries>

</manifest>

0 comments on commit 28a588c

Please sign in to comment.