getting on the needle
This commit is contained in:
parent
ae6effc66e
commit
24422233f6
|
@ -16,6 +16,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "com.rusefi.app"
|
||||
// Version 21 = Android_5.0_Lollipop
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<component name="libraryTable">
|
||||
<library name="jsr305-2.0.1">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/jsr305-2.0.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/jsr305-2.0.1.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
|
@ -0,0 +1,10 @@
|
|||
<component name="libraryTable">
|
||||
<library name="log4j-api-2.13.3">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/log4j-api-2.13.3.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lib/log4j-core-2.13.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
|
@ -8,5 +8,6 @@
|
|||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="jsr305-2.0.1" level="project" />
|
||||
</component>
|
||||
</module>
|
|
@ -15,5 +15,6 @@
|
|||
<orderEntry type="library" name="javax.json" level="project" />
|
||||
<orderEntry type="library" name="json-simple" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="junit" level="project" />
|
||||
<orderEntry type="library" name="log4j-api-2.13.3" level="project" />
|
||||
</component>
|
||||
</module>
|
Loading…
Reference in New Issue