Skip to content

Commit

Permalink
reverted to jdk 30
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegirolami committed May 12, 2023
1 parent f1b54c8 commit 92cb106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
applicationId 'it.cnr.isti.steploggerclient'
minSdkVersion 24
targetSdkVersion 31
targetSdkVersion 24
versionCode 1
versionName '1.0'
}
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<service
android:name="it.cnr.isti.steploggerclient.StepLoggerClientService"
android:exported="false" >
android:name="it.cnr.isti.steploggerclient.StepLoggerClientService">
</service>

<activity
Expand Down

0 comments on commit 92cb106

Please sign in to comment.