定时推送逻辑。批量领取的页面显示

This commit is contained in:
wangdongsheng
2021-09-07 19:07:30 +08:00
parent 4911f5df93
commit 1cc7e45c9a
12 changed files with 347 additions and 240 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
ndkVersion '23.0.7123448'
//ndkVersion '23.0.7123448'
defaultConfig {
applicationId "com.navinfo.outdoor"
@@ -11,7 +11,6 @@ android {
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {