Skip to content

Commit 1ecfacf

Browse files
committed
chore: release 1.1.15
1 parent 9c6e0cc commit 1ecfacf

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
applicationId "io.literal"
3333
minSdkVersion 26
3434
targetSdkVersion 30
35-
versionCode 22
36-
versionName "1.1.14"
35+
versionCode 23
36+
versionName "1.1.15"
3737

3838
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3939
}

packages/web/amplify/.config/project-config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"providers": [
33
"awscloudformation"
44
],
5-
"projectName": "literal - staging",
5+
"projectName": "literal - production",
66
"version": "3.0",
77
"frontend": "javascript",
88
"javascript": {
9-
"framework": "none",
9+
"framework": "react",
1010
"config": {
1111
"SourceDir": "src",
1212
"DistributionDir": "out",

packages/web/amplify/team-provider-info.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"staging": {
2+
"production": {
33
"awscloudformation": {
4-
"AuthRoleName": "amplify-literal-staging-211408-authRole",
5-
"UnauthRoleArn": "arn:aws:iam::046525304497:role/amplify-literal-staging-211408-unauthRole",
6-
"AuthRoleArn": "arn:aws:iam::046525304497:role/amplify-literal-staging-211408-authRole",
74
"Region": "us-east-1",
8-
"DeploymentBucketName": "amplify-literal-staging-211408-deployment",
9-
"UnauthRoleName": "amplify-literal-staging-211408-unauthRole",
10-
"StackName": "amplify-literal-staging-211408",
11-
"StackId": "arn:aws:cloudformation:us-east-1:046525304497:stack/amplify-literal-staging-211408/c067b540-005e-11eb-aa67-0e80bfdca6c9",
12-
"AmplifyAppId": "d3h0fixyxiyfg5"
5+
"DeploymentBucketName": "amplify-literal-production-114446-deployment",
6+
"UnauthRoleName": "amplify-literal-production-114446-unauthRole",
7+
"StackName": "amplify-literal-production-114446",
8+
"StackId": "arn:aws:cloudformation:us-east-1:046525304497:stack/amplify-literal-production-114446/cc4d0500-5b12-11ea-883c-12002b7e66d1",
9+
"AuthRoleName": "amplify-literal-production-114446-authRole",
10+
"UnauthRoleArn": "arn:aws:iam::046525304497:role/amplify-literal-production-114446-unauthRole",
11+
"AuthRoleArn": "arn:aws:iam::046525304497:role/amplify-literal-production-114446-authRole",
12+
"AmplifyAppId": "d3kn1jmjzilue"
1313
},
1414
"categories": {
1515
"auth": {

0 commit comments

Comments
 (0)