-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove timer, run subscriptions again after insert on database
- Loading branch information
1 parent
5b2bddd
commit c13273e
Showing
20 changed files
with
143 additions
and
48 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"version": 3, | ||
"artifactType": { | ||
"type": "APK", | ||
"kind": "Directory" | ||
}, | ||
"applicationId": "com.greenart7c3.citrine", | ||
"variantName": "release", | ||
"elements": [ | ||
{ | ||
"type": "UNIVERSAL", | ||
"filters": [], | ||
"attributes": [], | ||
"versionCode": 12, | ||
"versionName": "0.1.1", | ||
"outputFile": "app-universal-release.apk" | ||
}, | ||
{ | ||
"type": "ONE_OF_MANY", | ||
"filters": [ | ||
{ | ||
"filterType": "ABI", | ||
"value": "arm64-v8a" | ||
} | ||
], | ||
"attributes": [], | ||
"versionCode": 12, | ||
"versionName": "0.1.1", | ||
"outputFile": "app-arm64-v8a-release.apk" | ||
}, | ||
{ | ||
"type": "ONE_OF_MANY", | ||
"filters": [ | ||
{ | ||
"filterType": "ABI", | ||
"value": "x86_64" | ||
} | ||
], | ||
"attributes": [], | ||
"versionCode": 12, | ||
"versionName": "0.1.1", | ||
"outputFile": "app-x86_64-release.apk" | ||
}, | ||
{ | ||
"type": "ONE_OF_MANY", | ||
"filters": [ | ||
{ | ||
"filterType": "ABI", | ||
"value": "armeabi-v7a" | ||
} | ||
], | ||
"attributes": [], | ||
"versionCode": 12, | ||
"versionName": "0.1.1", | ||
"outputFile": "app-armeabi-v7a-release.apk" | ||
}, | ||
{ | ||
"type": "ONE_OF_MANY", | ||
"filters": [ | ||
{ | ||
"filterType": "ABI", | ||
"value": "x86" | ||
} | ||
], | ||
"attributes": [], | ||
"versionCode": 12, | ||
"versionName": "0.1.1", | ||
"outputFile": "app-x86-release.apk" | ||
} | ||
], | ||
"elementType": "File", | ||
"baselineProfiles": [ | ||
{ | ||
"minApi": 28, | ||
"maxApi": 30, | ||
"baselineProfiles": [ | ||
"baselineProfiles/1/app-universal-release.dm", | ||
"baselineProfiles/1/app-arm64-v8a-release.dm", | ||
"baselineProfiles/1/app-x86_64-release.dm", | ||
"baselineProfiles/1/app-armeabi-v7a-release.dm", | ||
"baselineProfiles/1/app-x86-release.dm" | ||
] | ||
}, | ||
{ | ||
"minApi": 31, | ||
"maxApi": 2147483647, | ||
"baselineProfiles": [ | ||
"baselineProfiles/0/app-universal-release.dm", | ||
"baselineProfiles/0/app-arm64-v8a-release.dm", | ||
"baselineProfiles/0/app-x86_64-release.dm", | ||
"baselineProfiles/0/app-armeabi-v7a-release.dm", | ||
"baselineProfiles/0/app-x86-release.dm" | ||
] | ||
} | ||
], | ||
"minSdkVersionForDexing": 26 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters