Skip to content

Commit

Permalink
alteração na planilha
Browse files Browse the repository at this point in the history
  • Loading branch information
Leticia147 committed Jul 13, 2021
1 parent 063cc2a commit 84a0a17
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
android:theme="@style/Theme.Classificador">
<activity android:name=".ui.activity.MainActivity">
<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"/>
</intent-filter>
</activity>
<activity android:name=".ui.activity.PerguntaActivity" />
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion app/src/main/res/raw/.~lock.base_dados_superficial.xlsx#

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/raw/base_dados_superficial.xlsx
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"\nEncontrou um problema? Quer dar uma opinião? Quer saber como colaborar?"
"\nAcesse o espaço de desenvolvimento do Laboratório de Pedometria no <a href="https://github.com/Laboratorio-de-Pedometria/soilDT/issues">GitHub</a> e deixe uma mensagem para nossa equipe."
"\n<a href="https://github.com/Laboratorio-de-Pedometria/soilDT/">Versão: 0.0.1</a>"
"\nData: 2021-06-20"
"\nData: 2021-07-13"
"\n<b>Licensa"</b>
"\n\nCopyright 2021 UTFPR"
"\nLicensed under the Apache License, Version 2.0 (the "License");"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 84a0a17

Please sign in to comment.