Commit 5511211d authored by Jilin Zheng's avatar Jilin Zheng
Browse files

update issue 6 branch

parent b86731bb
Loading
Loading
Loading
Loading

.idea/.name

0 → 100644
+1 −0
Original line number Diff line number Diff line
AriTetrisburg
 No newline at end of file
+16 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="GradleMigrationSettings" migrationVersion="1" />
  <component name="GradleSettings">
    <option name="linkedExternalProjectsSettings">
      <GradleProjectSettings>
        <option name="testRunner" value="GRADLE" />
        <option name="distributionType" value="DEFAULT_WRAPPED" />
        <option name="externalProjectPath" value="$PROJECT_DIR$" />
        <option name="gradleJvm" value="jbr-11" />
        <option name="modules">
          <set>
            <option value="$PROJECT_DIR$" />
            <option value="$PROJECT_DIR$/app" />
          </set>
        </option>
      </GradleProjectSettings>
    </option>
  </component>
</project>
 No newline at end of file
+0 −11
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Gradle: androidx.constraintlayout:constraintlayout:2.0.1@aar">
    <CLASSES>
      <root url="jar://$USER_HOME$/.gradle/caches/transforms-3/5d71c09e320f59ac02ee86e96c089f7e/transformed/constraintlayout-2.0.1/jars/classes.jar!/" />
      <root url="file://$USER_HOME$/.gradle/caches/transforms-3/5d71c09e320f59ac02ee86e96c089f7e/transformed/constraintlayout-2.0.1/res" />
      <root url="file://$USER_HOME$/.gradle/caches/transforms-3/5d71c09e320f59ac02ee86e96c089f7e/transformed/constraintlayout-2.0.1/AndroidManifest.xml" />
    </CLASSES>
    <JAVADOC />
    <SOURCES />
  </library>
</component>
 No newline at end of file
+0 −9
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Gradle: androidx.constraintlayout:constraintlayout-solver:2.0.1">
    <CLASSES>
      <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.constraintlayout/constraintlayout-solver/2.0.1/30988fe2d77f3fe3bf7551bb8a8b795fad7e7226/constraintlayout-solver-2.0.1.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES />
  </library>
</component>
 No newline at end of file
Loading