File tree Expand file tree Collapse file tree 15 files changed +65
-56
lines changed Expand file tree Collapse file tree 15 files changed +65
-56
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33// Top-level build file where you can add configuration options common to all sub-projects/modules.
44buildscript {
55 ext {
6- kotlin_version = " 1.6.10 "
6+ kotlin_version = ' 1.6.21 '
77 workflow_version = " 1.7.1"
88
99 deps = [
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdkVersion 31
7+ compileSdk = 32
88
99 defaultConfig {
1010 applicationId " com.squareup.workflow.tutorial"
11- minSdkVersion 21
12- targetSdkVersion 30
11+ minSdk = 21
12+ targetSdk = 32
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -23,6 +23,7 @@ android {
2323 kotlinOptions {
2424 jvmTarget = ' 1.8'
2525 }
26+ namespace ' workflow.tutorial'
2627}
2728
2829dependencies {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" workflow.tutorial" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <application
65 android : allowBackup =" true"
98 android : roundIcon =" @mipmap/ic_launcher_round"
109 android : supportsRtl =" true"
1110 android : theme =" @style/Theme.WorkflowTutorial" >
12- <activity android : name =" .TutorialActivity" >
11+ <activity
12+ android : name =" .TutorialActivity"
13+ android : exported =" true" >
1314 <intent-filter >
14- <action android : name =" android.intent.action.MAIN" />
15+ <action android : name =" android.intent.action.MAIN" />
1516
16- <category android : name =" android.intent.category.LAUNCHER" />
17+ <category android : name =" android.intent.category.LAUNCHER" />
1718 </intent-filter >
1819 </activity >
1920 </application >
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdkVersion 31
7+ compileSdk = 32
88
99 defaultConfig {
1010 applicationId " workflow.tutorial"
11- minSdkVersion 21
12- targetSdkVersion 30
11+ minSdk = 21
12+ targetSdk = 32
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -23,6 +23,7 @@ android {
2323 kotlinOptions {
2424 jvmTarget = ' 1.8'
2525 }
26+ namespace ' workflow.tutorial'
2627}
2728
2829dependencies {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" workflow.tutorial" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <application
65 android : allowBackup =" true"
98 android : roundIcon =" @mipmap/ic_launcher_round"
109 android : supportsRtl =" true"
1110 android : theme =" @style/Theme.WorkflowTutorial" >
12- <activity android : name =" .TutorialActivity" >
11+ <activity
12+ android : name =" .TutorialActivity"
13+ android : exported =" true" >
1314 <intent-filter >
14- <action android : name =" android.intent.action.MAIN" />
15+ <action android : name =" android.intent.action.MAIN" />
1516
16- <category android : name =" android.intent.category.LAUNCHER" />
17+ <category android : name =" android.intent.category.LAUNCHER" />
1718 </intent-filter >
1819 </activity >
1920 </application >
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdkVersion 31
7+ compileSdk = 32
88
99 defaultConfig {
1010 applicationId " workflow.tutorial"
11- minSdkVersion 21
12- targetSdkVersion 30
11+ minSdk = 21
12+ targetSdk = 32
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -23,6 +23,7 @@ android {
2323 kotlinOptions {
2424 jvmTarget = ' 1.8'
2525 }
26+ namespace ' workflow.tutorial'
2627}
2728
2829dependencies {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" workflow.tutorial" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <application
65 android : allowBackup =" true"
98 android : roundIcon =" @mipmap/ic_launcher_round"
109 android : supportsRtl =" true"
1110 android : theme =" @style/Theme.WorkflowTutorial" >
12- <activity android : name =" .TutorialActivity" >
11+ <activity
12+ android : name =" .TutorialActivity"
13+ android : exported =" true" >
1314 <intent-filter >
14- <action android : name =" android.intent.action.MAIN" />
15+ <action android : name =" android.intent.action.MAIN" />
1516
16- <category android : name =" android.intent.category.LAUNCHER" />
17+ <category android : name =" android.intent.category.LAUNCHER" />
1718 </intent-filter >
1819 </activity >
1920 </application >
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdkVersion 31
7+ compileSdk = 32
88
99 defaultConfig {
1010 applicationId " workflow.tutorial"
11- minSdkVersion 21
12- targetSdkVersion 30
11+ minSdk = 21
12+ targetSdk = 32
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -23,6 +23,7 @@ android {
2323 kotlinOptions {
2424 jvmTarget = ' 1.8'
2525 }
26+ namespace ' workflow.tutorial'
2627}
2728
2829dependencies {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" workflow.tutorial" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <application
65 android : allowBackup =" true"
98 android : roundIcon =" @mipmap/ic_launcher_round"
109 android : supportsRtl =" true"
1110 android : theme =" @style/Theme.WorkflowTutorial" >
12- <activity android : name =" .TutorialActivity" >
11+ <activity
12+ android : name =" .TutorialActivity"
13+ android : exported =" true" >
1314 <intent-filter >
14- <action android : name =" android.intent.action.MAIN" />
15+ <action android : name =" android.intent.action.MAIN" />
1516
16- <category android : name =" android.intent.category.LAUNCHER" />
17+ <category android : name =" android.intent.category.LAUNCHER" />
1718 </intent-filter >
1819 </activity >
1920 </application >
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdkVersion 31
7+ compileSdk = 32
88
99 defaultConfig {
1010 applicationId " workflow.tutorial"
11- minSdkVersion 21
12- targetSdkVersion 30
11+ minSdk = 21
12+ targetSdk = 32
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -23,6 +23,7 @@ android {
2323 kotlinOptions {
2424 jvmTarget = ' 1.8'
2525 }
26+ namespace ' workflow.tutorial'
2627}
2728
2829dependencies {
You can’t perform that action at this time.
0 commit comments