Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
NotiTest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gavin An
NotiTest
Commits
2f6c7177
Commit
2f6c7177
authored
Jan 24, 2024
by
Gavin An
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gradle upgrade
parent
997b3fd1
Changes
20
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
287 additions
and
206 deletions
+287
-206
.idea/.name
.idea/.name
+1
-0
.idea/compiler.xml
.idea/compiler.xml
+1
-1
.idea/deploymentTargetDropDown.xml
.idea/deploymentTargetDropDown.xml
+13
-0
.idea/gradle.xml
.idea/gradle.xml
+2
-3
.idea/kotlinc.xml
.idea/kotlinc.xml
+1
-1
.idea/migrations.xml
.idea/migrations.xml
+10
-0
.idea/misc.xml
.idea/misc.xml
+1
-2
.idea/vcs.xml
.idea/vcs.xml
+1
-1
app/build.gradle
app/build.gradle
+16
-15
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-2
build.gradle
build.gradle
+4
-10
gradle.properties
gradle.properties
+4
-1
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.jar
+0
-0
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+2
-3
gradlew
gradlew
+172
-110
gradlew.bat
gradlew.bat
+24
-19
testModuleOne/build.gradle
testModuleOne/build.gradle
+14
-16
testModuleOne/src/main/AndroidManifest.xml
testModuleOne/src/main/AndroidManifest.xml
+3
-3
testModuleTwo/build.gradle
testModuleTwo/build.gradle
+14
-16
testModuleTwo/src/main/AndroidManifest.xml
testModuleTwo/src/main/AndroidManifest.xml
+3
-3
No files found.
.idea/.name
0 → 100644
View file @
2f6c7177
NotiTest
\ No newline at end of file
.idea/compiler.xml
View file @
2f6c7177
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"CompilerConfiguration"
>
<component
name=
"CompilerConfiguration"
>
<bytecodeTargetLevel
target=
"1
1
"
/>
<bytecodeTargetLevel
target=
"1
7
"
/>
</component>
</component>
</project>
</project>
\ No newline at end of file
.idea/deploymentTargetDropDown.xml
0 → 100644
View file @
2f6c7177
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"deploymentTargetDropDown"
>
<value>
<entry
key=
"testModuleOne"
>
<State
/>
</entry>
<entry
key=
"testModuleTwo"
>
<State
/>
</entry>
</value>
</component>
</project>
\ No newline at end of file
.idea/gradle.xml
View file @
2f6c7177
...
@@ -4,10 +4,8 @@
...
@@ -4,10 +4,8 @@
<component
name=
"GradleSettings"
>
<component
name=
"GradleSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<GradleProjectSettings>
<GradleProjectSettings>
<option
name=
"testRunner"
value=
"GRADLE"
/>
<option
name=
"distributionType"
value=
"DEFAULT_WRAPPED"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"gradleJvm"
value=
"
11
"
/>
<option
name=
"gradleJvm"
value=
"
#GRADLE_LOCAL_JAVA_HOME
"
/>
<option
name=
"modules"
>
<option
name=
"modules"
>
<set>
<set>
<option
value=
"$PROJECT_DIR$"
/>
<option
value=
"$PROJECT_DIR$"
/>
...
@@ -16,6 +14,7 @@
...
@@ -16,6 +14,7 @@
<option
value=
"$PROJECT_DIR$/testModuleTwo"
/>
<option
value=
"$PROJECT_DIR$/testModuleTwo"
/>
</set>
</set>
</option>
</option>
<option
name=
"resolveExternalAnnotations"
value=
"false"
/>
</GradleProjectSettings>
</GradleProjectSettings>
</option>
</option>
</component>
</component>
...
...
.idea/kotlinc.xml
View file @
2f6c7177
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"KotlinJpsPluginSettings"
>
<component
name=
"KotlinJpsPluginSettings"
>
<option
name=
"version"
value=
"1.
6.21
"
/>
<option
name=
"version"
value=
"1.
9.22
"
/>
</component>
</component>
</project>
</project>
\ No newline at end of file
.idea/migrations.xml
0 → 100644
View file @
2f6c7177
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectMigrations"
>
<option
name=
"MigrateToGradleLocalJavaHome"
>
<set>
<option
value=
"$PROJECT_DIR$"
/>
</set>
</option>
</component>
</project>
\ No newline at end of file
.idea/misc.xml
View file @
2f6c7177
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"DesignSurface"
>
<component
name=
"DesignSurface"
>
<option
name=
"filePathToZoomLevelMap"
>
<option
name=
"filePathToZoomLevelMap"
>
...
@@ -8,7 +7,7 @@
...
@@ -8,7 +7,7 @@
</map>
</map>
</option>
</option>
</component>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1
1"
default=
"true"
project-jdk-name=
"corretto-11
"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1
7"
default=
"true"
project-jdk-name=
"jbr-17
"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
</component>
<component
name=
"ProjectType"
>
<component
name=
"ProjectType"
>
...
...
.idea/vcs.xml
View file @
2f6c7177
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"
$PROJECT_DIR$
"
vcs=
"Git"
/>
<mapping
directory=
""
vcs=
"Git"
/>
</component>
</component>
</project>
</project>
\ No newline at end of file
app/build.gradle
View file @
2f6c7177
apply
plugin:
'com.android.library'
apply
plugin:
'com.android.library'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'kotlin-kapt'
apply
plugin:
'kotlin-kapt'
android
{
android
{
compileSdkVersion
30
buildToolsVersion
"29.0.3"
defaultConfig
{
defaultConfig
{
buildToolsVersion
=
'34.0.0'
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
30
compileSdk
34
versionCode
1
targetSdkVersion
34
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
...
@@ -20,22 +15,28 @@ android {
...
@@ -20,22 +15,28 @@ android {
enabled
=
true
enabled
=
true
}
}
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_17
targetCompatibility
JavaVersion
.
VERSION_17
}
kotlinOptions
{
jvmTarget
=
'17'
}
buildTypes
{
buildTypes
{
release
{
release
{
minifyEnabled
false
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android-optimize.txt'
),
'proguard-rules.pro'
proguardFiles
getDefaultProguardFile
(
'proguard-android-optimize.txt'
),
'proguard-rules.pro'
}
}
}
}
namespace
'com.example.notitest'
}
}
dependencies
{
dependencies
{
implementation
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
implementation
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
implementation
"org.jetbrains.kotlin:kotlin-stdlib:1.5.10"
implementation
'androidx.core:core-ktx:1.12.0'
implementation
'androidx.core:core-ktx:1.3.1'
implementation
'androidx.appcompat:appcompat:1.6.1'
implementation
'androidx.appcompat:appcompat:1.2.0'
implementation
'androidx.constraintlayout:constraintlayout:2.1.4'
implementation
'androidx.constraintlayout:constraintlayout:2.0.0'
testImplementation
'junit:junit:4.13.2'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test.ext:junit:1.1.5'
androidTestImplementation
'androidx.test.ext:junit:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
}
}
\ No newline at end of file
app/src/main/AndroidManifest.xml
View file @
2f6c7177
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
package=
"com.example.notitest"
>
<uses-permission
android:name=
"android.permission.USE_FULL_SCREEN_INTENT"
/>
<uses-permission
android:name=
"android.permission.USE_FULL_SCREEN_INTENT"
/>
<application
<application
android:allowBackup=
"true"
android:allowBackup=
"true"
...
...
build.gradle
View file @
2f6c7177
// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
buildscript
{
ext
{
kotlin_version
=
'1.5.20'
}
repositories
{
repositories
{
google
()
google
()
jcenter
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
"com.android.tools.build:gradle:4.2.2"
classpath
'com.android.tools.build:gradle:8.2.1'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
classpath
'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
}
}
allprojects
{
allprojects
{
repositories
{
repositories
{
google
()
google
()
jcenter
()
mavenCentral
()
}
}
}
}
...
...
gradle.properties
View file @
2f6c7177
...
@@ -19,3 +19,6 @@ android.useAndroidX=true
...
@@ -19,3 +19,6 @@ android.useAndroidX=true
android.enableJetifier
=
true
android.enableJetifier
=
true
# Kotlin code style for this project: "official" or "obsolete":
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style
=
official
kotlin.code.style
=
official
android.defaults.buildfeatures.buildconfig
=
true
android.nonTransitiveRClass
=
false
android.nonFinalResIds
=
false
\ No newline at end of file
gradle/wrapper/gradle-wrapper.jar
View file @
2f6c7177
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
2f6c7177
#Mon Jul 12 12:38:28 KST 2021
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
gradlew
View file @
2f6c7177
This diff is collapsed.
Click to expand it.
gradlew.bat
View file @
2f6c7177
@rem
@rem
Copyright
2015
the
original
author
or
authors
.
@rem
@rem
Licensed
under
the
Apache
License
,
Version
2
.0
(
the
"License"
);
@rem
you
may
not
use
this
file
except
in
compliance
with
the
License
.
@rem
You
may
obtain
a
copy
of
the
License
at
@rem
@rem
https
://www.apache.org/licenses/LICENSE
-
2
.0
@rem
@rem
Unless
required
by
applicable
law
or
agreed
to
in
writing
,
software
@rem
distributed
under
the
License
is
distributed
on
an
"AS IS"
BASIS
,
@rem
WITHOUT
WARRANTIES
OR
CONDITIONS
OF
ANY
KIND
,
either
express
or
implied
.
@rem
See
the
License
for
the
specific
language
governing
permissions
and
@rem
limitations
under
the
License
.
@rem
@if
"
%DEBUG%
"
==
""
@echo
off
@if
"
%DEBUG%
"
==
""
@echo
off
@rem ##########################################################################
@rem ##########################################################################
@rem
@rem
...
@@ -13,15 +29,18 @@ if "%DIRNAME%" == "" set DIRNAME=.
...
@@ -13,15 +29,18 @@ if "%DIRNAME%" == "" set DIRNAME=.
set
APP_BASE_NAME
=
%~n0
set
APP_BASE_NAME
=
%~n0
set
APP_HOME
=
%DIRNAME%
set
APP_HOME
=
%DIRNAME%
@rem
Resolve
any
"."
and
".."
in
APP_HOME
to
make
it
shorter
.
for
%%i
in
(
"
%APP_HOME%
"
)
do
set
APP_HOME
=
%%~fi
@rem
Add
default
JVM
options
here
.
You
can
also
use
JAVA_OPTS
and
GRADLE_OPTS
to
pass
JVM
options
to
this
script
.
@rem
Add
default
JVM
options
here
.
You
can
also
use
JAVA_OPTS
and
GRADLE_OPTS
to
pass
JVM
options
to
this
script
.
set
DEFAULT_JVM_OPTS
=
set
DEFAULT_JVM_OPTS
=
"-Xmx64m"
"-Xms64m"
@rem
Find
java
.exe
@rem
Find
java
.exe
if
defined
JAVA_HOME
goto
findJavaFromJavaHome
if
defined
JAVA_HOME
goto
findJavaFromJavaHome
set
JAVA_EXE
=
java
.exe
set
JAVA_EXE
=
java
.exe
%JAVA_EXE%
-version
>
NUL
2
>&
1
%JAVA_EXE%
-version
>
NUL
2
>&
1
if
"
%ERRORLEVEL%
"
==
"0"
goto
init
if
"
%ERRORLEVEL%
"
==
"0"
goto
execute
echo
.
echo
.
echo
ERROR
:
JAVA_HOME
is
not
set
and
no
'java'
command
could
be
found
in
your
PATH
.
echo
ERROR
:
JAVA_HOME
is
not
set
and
no
'java'
command
could
be
found
in
your
PATH
.
...
@@ -35,7 +54,7 @@ goto fail
...
@@ -35,7 +54,7 @@ goto fail
set
JAVA_HOME
=
%JAVA
_HOME:
"=
%
set
JAVA_HOME
=
%JAVA
_HOME:
"=
%
set JAVA_EXE=
%JAVA_HOME%
/bin/java.exe
set JAVA_EXE=
%JAVA_HOME%
/bin/java.exe
if exist "
%JAVA_EXE%
" goto
init
if exist "
%JAVA_EXE%
" goto
execute
echo.
echo.
echo ERROR: JAVA_HOME is set to an invalid directory:
%JAVA_HOME%
echo ERROR: JAVA_HOME is set to an invalid directory:
%JAVA_HOME%
...
@@ -45,28 +64,14 @@ echo location of your Java installation.
...
@@ -45,28 +64,14 @@ echo location of your Java installation.
goto fail
goto fail
:init
@rem Get command-line arguments, handling Windows variants
if not "
%OS%
" == "
Windows_NT
" goto win9xME_args
:win9xME_args
@rem Slurp the command line arguments.
set CMD_LINE_ARGS=
set _SKIP=2
:win9xME_args_slurp
if "
x
%
~
1
" == "
x
" goto execute
set CMD_LINE_ARGS=
%
*
:execute
:execute
@rem Setup the command line
@rem Setup the command line
set CLASSPATH=
%APP_HOME%
\gradle\wrapper\gradle-wrapper.jar
set CLASSPATH=
%APP_HOME%
\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
@rem Execute Gradle
"
%JAVA_EXE%
"
%DEFAULT_JVM_OPTS%
%JAVA_OPTS%
%GRADLE_OPTS%
"
-Dorg
.gradle.appname
=
%APP_BASE_NAME%
" -classpath "
%CLASSPATH%
" org.gradle.wrapper.GradleWrapperMain
%
CMD_LINE_ARGS%
"
%JAVA_EXE%
"
%DEFAULT_JVM_OPTS%
%JAVA_OPTS%
%GRADLE_OPTS%
"
-Dorg
.gradle.appname
=
%APP_BASE_NAME%
" -classpath "
%CLASSPATH%
" org.gradle.wrapper.GradleWrapperMain
%
*
:end
:end
@rem End local scope for the variables with windows NT shell
@rem End local scope for the variables with windows NT shell
...
...
testModuleOne/build.gradle
View file @
2f6c7177
...
@@ -5,12 +5,13 @@ plugins {
...
@@ -5,12 +5,13 @@ plugins {
}
}
android
{
android
{
compileSdkVersion
30
defaultConfig
{
defaultConfig
{
applicationId
"com.example.testModuleOne"
applicationId
"com.example.testModuleOne"
buildToolsVersion
=
'34.0.0'
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
30
compileSdk
34
targetSdkVersion
34
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
...
@@ -27,27 +28,24 @@ android {
...
@@ -27,27 +28,24 @@ android {
}
}
}
}
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1
_8
sourceCompatibility
JavaVersion
.
VERSION_1
7
targetCompatibility
JavaVersion
.
VERSION_1
_8
targetCompatibility
JavaVersion
.
VERSION_1
7
}
}
kotlinOptions
{
kotlinOptions
{
jvmTarget
=
'17'
}
jvmTarget
=
'1.8'
}
lintOptions
{
lintOptions
{
abortOnError
false
abortOnError
false
}
}
namespace
'com.example.testModuleOne'
}
}
dependencies
{
dependencies
{
implementation
project
(
':app'
)
implementation
project
(
':app'
)
implementation
"org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation
'androidx.core:core-ktx:1.12.0'
implementation
'androidx.core:core-ktx:1.6.0'
implementation
'androidx.appcompat:appcompat:1.6.1'
implementation
'androidx.appcompat:appcompat:1.3.1'
implementation
'com.google.android.material:material:1.11.0'
implementation
'com.google.android.material:material:1.4.0'
implementation
'androidx.constraintlayout:constraintlayout:2.1.4'
implementation
'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation
'junit:junit:4.13.2'
testImplementation
'junit:junit:4.+'
androidTestImplementation
'androidx.test.ext:junit:1.1.5'
androidTestImplementation
'androidx.test.ext:junit:1.1.3'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.4.0'
}
}
\ No newline at end of file
testModuleOne/src/main/AndroidManifest.xml
View file @
2f6c7177
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
package=
"com.example.testModuleOne"
>
<application
<application
android:allowBackup=
"true"
android:allowBackup=
"true"
android:icon=
"@mipmap/ic_launcher"
android:icon=
"@mipmap/ic_launcher"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:supportsRtl=
"true"
>
android:supportsRtl=
"true"
>
<activity
android:name=
".App2MainActivity"
>
<activity
android:name=
".App2MainActivity"
android:exported=
"true"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
testModuleTwo/build.gradle
View file @
2f6c7177
...
@@ -5,12 +5,12 @@ plugins {
...
@@ -5,12 +5,12 @@ plugins {
}
}
android
{
android
{
compileSdkVersion
30
defaultConfig
{
defaultConfig
{
applicationId
"com.example.testModuleTwo"
applicationId
"com.example.testModuleTwo"
buildToolsVersion
=
'34.0.0'
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
30
compileSdk
34
targetSdkVersion
34
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
...
@@ -28,22 +28,20 @@ android {
...
@@ -28,22 +28,20 @@ android {
}
}
}
}
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
sourceCompatibility
JavaVersion
.
VERSION_17
targetCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_17
}
kotlinOptions
{
jvmTarget
=
'1.8'
}
}
kotlinOptions
{
jvmTarget
=
'17'
}
namespace
'com.example.testModuleTwo'
}
}
dependencies
{
dependencies
{
implementation
project
(
':app'
)
implementation
project
(
':app'
)
implementation
"org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation
'androidx.core:core-ktx:1.12.0'
implementation
'androidx.core:core-ktx:1.6.0'
implementation
'androidx.appcompat:appcompat:1.6.1'
implementation
'androidx.appcompat:appcompat:1.3.0'
implementation
'com.google.android.material:material:1.11.0'
implementation
'com.google.android.material:material:1.4.0'
implementation
'androidx.constraintlayout:constraintlayout:2.1.4'
implementation
'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation
'junit:junit:4.13.2'
testImplementation
'junit:junit:4.+'
androidTestImplementation
'androidx.test.ext:junit:1.1.5'
androidTestImplementation
'androidx.test.ext:junit:1.1.3'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.4.0'
}
}
\ No newline at end of file
testModuleTwo/src/main/AndroidManifest.xml
View file @
2f6c7177
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
package=
"com.example.testModuleTwo"
>
<application
<application
android:allowBackup=
"true"
android:allowBackup=
"true"
android:icon=
"@mipmap/ic_launcher"
android:icon=
"@mipmap/ic_launcher"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:supportsRtl=
"true"
>
android:supportsRtl=
"true"
>
<activity
android:name=
".App3MainActivity"
>
<activity
android:name=
".App3MainActivity"
android:exported=
"true"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment