Skip to content

Commit

Permalink
Oral test passed, final release :)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianDavideConte committed May 27, 2022
1 parent 8f4c8c9 commit abd7c5e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<activity
android:name=".views.MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.SistemiDigitali.NoActionBar"
android:hardwareAccelerated="true">
<intent-filter>
Expand Down
10 changes: 1 addition & 9 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<resources>
<string name="app_name">SistemiDigitali</string>
<string name="app_name">Covid Protection Checker</string>
<string name="action_settings">Settings</string>
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">Sistemi Digitali</string>
<string name="second_fragment_label">Second Fragment</string>
<string name="next">Next</string>
<string name="previous">Previous</string>

<string name="hello_first_fragment">Ciao</string>
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.android.tools.build:gradle:7.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Nov 26 18:07:04 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit abd7c5e

Please sign in to comment.