Skip to content

Commit

Permalink
updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurupreet committed Dec 12, 2021
1 parent 5511a7c commit cef74a0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 51 deletions.
4 changes: 2 additions & 2 deletions FontAwesomeComposeLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ afterEvaluate {
}

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
applicationId "com.guru.fontawesomecompose"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"

Expand Down
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.FontAwesomeCompose">
android:supportsRtl="true">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/Theme.FontAwesomeCompose.NoActionBar">
android:label="@string/app_name" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
16 changes: 0 additions & 16 deletions app/src/main/res/values-night/themes.xml

This file was deleted.

25 changes: 0 additions & 25 deletions app/src/main/res/values/themes.xml

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.1.0-beta04'
kotlin_version = "1.5.10"
compose_version = '1.1.0-beta03'
kotlin_version = "1.5.31"
}
repositories {
google()
Expand Down

0 comments on commit cef74a0

Please sign in to comment.