Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-android
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 11e980c0
authored
Jun 10, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
0e112132
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
3 deletions
.gitignore
app/src/test/java/com/whaty/nafmii/ExampleUnitTest.java
gradle/wrapper/gradle-wrapper.properties
nafmii.keystore
settings.gradle
.gitignore
View file @
11e980c
*.iml
*.iml
.gradle
.gradle
/local.properties
/local.properties
/.idea/
caches
/.idea/
/.idea/libraries
/.idea/libraries
/.idea/modules.xml
/.idea/modules.xml
/.idea/workspace.xml
/.idea/workspace.xml
...
...
app/src/test/java/com/whaty/nafmii/ExampleUnitTest.java
0 → 100644
View file @
11e980c
package
com
.
whaty
.
nafmii
;
import
org.junit.Test
;
import
static
org
.
junit
.
Assert
.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public
class
ExampleUnitTest
{
@Test
public
void
addition_isCorrect
()
{
assertEquals
(
4
,
2
+
2
);
}
}
\ No newline at end of file
\ No newline at end of file
gradle/wrapper/gradle-wrapper.properties
View file @
11e980c
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.
5
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.
7.1
-all.zip
nafmii.keystore
0 → 100644
View file @
11e980c
No preview for this file type
settings.gradle
View file @
11e980c
include
':app'
include
':app'
rootProject
.
name
=
"nafmill"
\ No newline at end of file
\ No newline at end of file
rootProject
.
name
=
"nafmii"
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment