From 4ef8d136a3fcd7ed77e98ba73f9531dd2810adaa Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 6 May 2019 00:26:15 +0200 Subject: [PATCH] Added second activity --- Android/.gitignore | 3 +- Android/.idea/caches/build_file_checksums.ser | Bin 537 -> 537 bytes Android/.idea/caches/gradle_models.ser | Bin 139824 -> 139825 bytes Android/app/build.gradle | 5 +- Android/app/src/main/AndroidManifest.xml | 4 ++ .../autoswitchmobile/MainActivity.java | 45 +++++++----------- .../app/src/main/res/layout/content_main.xml | 4 +- Android/app/src/main/res/values/strings.xml | 3 +- 8 files changed, 30 insertions(+), 34 deletions(-) diff --git a/Android/.gitignore b/Android/.gitignore index 3974bed..39dab4f 100644 --- a/Android/.gitignore +++ b/Android/.gitignore @@ -1,5 +1,6 @@ # Built application files -/*/build/ +/app/* +/build/* # Crashlytics configuations com_crashlytics_export_strings.xml diff --git a/Android/.idea/caches/build_file_checksums.ser b/Android/.idea/caches/build_file_checksums.ser index 037bc7e2be184238a0d97c29db70153d6dca8e13..5c7fcdc053eb8845a6fe02fb1db44af254a7038e 100644 GIT binary patch delta 35 tcmV+;0NnqX1epYom;{Oqi$0N@cMz%SlB9S-sr6G+ok_6M)_ap90rnK95UBtF delta 35 rcmbQqGLvP(43>_E(|9J%DHjMT($crvmm~Rqx4ppMM2_6a%8cIt{#*`C diff --git a/Android/.idea/caches/gradle_models.ser b/Android/.idea/caches/gradle_models.ser index ad5ea7ceda10746e4a67ff6b7751da038e62e40e..22053d5d3676f7bf11d304ee5300bf9ab2cdd73e 100644 GIT binary patch delta 166 zcmdmRgk$3ojtv($IE`Olb7la6=@V`-YHw!YjFVwel@6P>IZbsvCrhZC4=PQiO-dYj2zo9GBTygGQQt#F3%Ln P#Q1gkL`9~#Om8XxhEzGu delta 193 zcmdmZgku8`UEtt6cI(Lu1`wDW;H15og)>fu#ZP+0r_E`q>p5A9*H`;)megOx#Lig4 zz-*{zu=$+fHBOd=RkNF#S6FXfVa;eZldb#LUtSPBUrRn92j1^@?47QWsG3rbgV`SRR$T_)CT4(x!Z;Y(lnVFbO rWSKtz9aG~Vu{}th$)1VpTX7*n9fM>EgWBYYLh{phDKeEZy{!NMsSQA< diff --git a/Android/app/build.gradle b/Android/app/build.gradle index 4037f40..0797e8a 100644 --- a/Android/app/build.gradle +++ b/Android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "dev.kamilklecha.autoswitchmobile" minSdkVersion 19 targetSdkVersion 28 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName '1.0.0.1' testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -16,6 +16,7 @@ android { proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } + buildToolsVersion = '28.0.3' } dependencies { diff --git a/Android/app/src/main/AndroidManifest.xml b/Android/app/src/main/AndroidManifest.xml index f29fc86..2403464 100644 --- a/Android/app/src/main/AndroidManifest.xml +++ b/Android/app/src/main/AndroidManifest.xml @@ -9,6 +9,10 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> + +